#39FAE9

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

Shades of Turquoise #39FAE9

Tints of Turquoise #39FAE9

Color information

#39FAE9 (or 0x39FAE9) is unknown color: approx Turquoise. HEX triplet: 39, FA and E9. RGB value is (57,250,233). Sum of RGB (Red+Green+Blue) = 57+250+233=540 (71% of max value = 765). Red value is 57 (22.66% from 255 or 10.56% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #39FAE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39FAE9 is #C60516. Grayscale: #BEBEBE. Windows color (decimal): -12977431 or 15333945. OLE color: 15333945.

HSL color Cylindrical-coordinate representation of color #39FAE9: hue angle of 174.72º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FAE9 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB57250233-
CMYK0.7700.070.02
HSL174.72º95.07%60.2%-
HSV(B)174.72º77.2%98.04%-
XYZ50.5875.1288.93-
YUV190.36152.0632.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.56%
GREEN value IS 250 (98.05% from 255) = 46.30%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=10.56%
G=46.30%
B=43.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572502330.7700.070.02174.7295.0760.2
Hex39FAE94D072af5f3c
Octal7137235111507225713774
Binary11100111111010111010011001101011110101011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39FAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,250,233); }

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

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

 a { background-color: rgb(57,250,233); }

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

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

 span { border-color: rgb(57,250,233); }

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