#39EAF5

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

Shades of Turquoise #39EAF5

Tints of Turquoise #39EAF5

Color information

#39EAF5 (or 0x39EAF5) is unknown color: approx Turquoise. HEX triplet: 39, EA and F5. RGB value is (57,234,245). Sum of RGB (Red+Green+Blue) = 57+234+245=536 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.63% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #39EAF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EAF5 is #C6150A. Grayscale: #B6B6B6. Windows color (decimal): -12981515 or 16116281. OLE color: 16116281.

HSL color Cylindrical-coordinate representation of color #39EAF5: hue angle of 183.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39EAF5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB57234245-
CMYK0.770.0400.04
HSL183.51º90.38%59.22%-
HSV(B)183.51º76.73%96.08%-
XYZ47.5966.3196.68-
YUV182.33163.3638.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.63%
GREEN value IS 234 (91.80% from 255) = 43.66%
BLUE value IS 245 (96.09% from 255) = 45.71%
R=10.63%
G=43.66%
B=45.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal572342450.770.0400.04183.5190.3859.22
Hex39EAF54D404b85a3b
Octal7135236511540427013273
Binary111001111010101111010110011011000100101110001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39EAF5; }

 p { color: rgb(57,234,245); }

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

<style>
 a { background-color: #39EAF5; }

 a { background-color: rgb(57,234,245); }

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

<style>
 span { border-color: #39EAF5; }

 span { border-color: rgb(57,234,245); }

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