#39E8EA

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

Shades of Turquoise #39E8EA

Tints of Turquoise #39E8EA

Color information

#39E8EA (or 0x39E8EA) is unknown color: approx Turquoise. HEX triplet: 39, E8 and EA. RGB value is (57,232,234). Sum of RGB (Red+Green+Blue) = 57+232+234=523 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.90% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #39E8EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39E8EA is #C61715. Grayscale: #B3B3B3. Windows color (decimal): -12982038 or 15394873. OLE color: 15394873.

HSL color Cylindrical-coordinate representation of color #39E8EA: hue angle of 180.68º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39E8EA is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB57232234-
CMYK0.760.0100.08
HSL180.68º80.82%57.06%-
HSV(B)180.68º75.64%91.76%-
XYZ45.464.5287.9-
YUV179.9158.5240.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.90%
GREEN value IS 232 (91.02% from 255) = 44.36%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=10.90%
G=44.36%
B=44.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572322340.760.0100.08180.6880.8257.06
Hex39E8EA4C108b55139
Octal71350352114101026512171
Binary11100111101000111010101001100101000101101011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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