#39e5d6

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

Shades of Turquoise #39E5D6

Tints of Turquoise #39E5D6

Color information

#39E5D6 (or 0x39E5D6) is unknown color: approx Turquoise. HEX triplet: 39, E5 and D6. RGB value is (57,229,214). Sum of RGB (Red+Green+Blue) = 57+229+214=500 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.4% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #39E5D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E5D6 is #C61A29. Grayscale: #AFAFAF. Windows color (decimal): -12982826 or 14083385. OLE color: 14083385.

HSL color Cylindrical-coordinate representation of color #39E5D6: hue angle of 174.77º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E5D6 is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB57229214-
CMYK0.7500.070.10
HSL174.77º76.79%56.08%-
HSV(B)174.77º75.11%89.8%-
XYZ41.8461.7673.33-
YUV175.86149.5243.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.4%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=11.4%
G=45.8%
B=42.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal572292140.7500.070.10174.7776.7956.08
Hex39E5D64B07Aaf4d38
Octal71345326113071225711570
Binary1110011110010111010110100101101111010101011111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39e5d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,229,214); }

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

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

 a { background-color: rgb(57,229,214); }

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

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

 span { border-color: rgb(57,229,214); }

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