#39EAED

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

Shades of Turquoise #39EAED

Tints of Turquoise #39EAED

Color information

#39EAED (or 0x39EAED) is unknown color: approx Turquoise. HEX triplet: 39, EA and ED. RGB value is (57,234,237). Sum of RGB (Red+Green+Blue) = 57+234+237=528 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.80% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #39EAED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #39EAED is #C61512. Grayscale: #B5B5B5. Windows color (decimal): -12981523 or 15591993. OLE color: 15591993.

HSL color Cylindrical-coordinate representation of color #39EAED: hue angle of 181º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EAED is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB57234237-
CMYK0.760.0100.07
HSL181º83.33%57.65%-
HSV(B)181º75.95%92.94%-
XYZ46.465.8390.38-
YUV181.42159.3639.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.80%
GREEN value IS 234 (91.80% from 255) = 44.32%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=10.80%
G=44.32%
B=44.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal572342370.760.0100.0718183.3357.65
Hex39EAED4C107b5533a
Octal7135235511410726512372
Binary1110011110101011101101100110010111101101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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