#38F1F8

Color #38F1F8 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #38F1F8

Tints of Turquoise #38F1F8

Color information

#38F1F8 (or 0x38F1F8) is unknown color: approx Turquoise. HEX triplet: 38, F1 and F8. RGB value is (56,241,248). Sum of RGB (Red+Green+Blue) = 56+241+248=545 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.28% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #38F1F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F1F8 is #C70E07. Grayscale: #BABABA. Windows color (decimal): -13045256 or 16314680. OLE color: 16314680.

HSL color Cylindrical-coordinate representation of color #38F1F8: hue angle of 182.19º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F1F8 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB56241248-
CMYK0.770.0300.03
HSL182.19º93.2%59.61%-
HSV(B)182.19º77.42%97.25%-
XYZ50.0370.5399.78-
YUV186.48162.7134.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 10.28%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 248 (97.27% from 255) = 45.50%
R=10.28%
G=44.22%
B=45.50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal562412480.770.0300.03182.1993.259.61
Hex38F1F84D303b65d3c
Octal7036137011530326613574
Binary1110001111000111111000100110111011101101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F1F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F1F8; }

 p { color: rgb(56,241,248); }

 H1.HeaderClassName
 {
   color: #38F1F8;
 }
 .AnyTagClassName
 {
   color: #38F1F8;
 }
</style>
background-color css

<style>
 a { background-color: #38F1F8; }

 a { background-color: rgb(56,241,248); }

 div.DivClassName
 {
   background-color: #38F1F8;
 }
 .BgClassName
 {
   background-color: #38F1F8;
 }
</style>
border-color css

<style>
 span { border-color: #38F1F8; }

 span { border-color: rgb(56,241,248); }

 td.TdClassName
 {
   border-color: #38F1F8;
 }
 .TagClassName
 {
   border-color: #38F1F8;
 }
</style>