#39E5ED

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

Shades of Turquoise #39E5ED

Tints of Turquoise #39E5ED

Color information

#39E5ED (or 0x39E5ED) is unknown color: approx Turquoise. HEX triplet: 39, E5 and ED. RGB value is (57,229,237). Sum of RGB (Red+Green+Blue) = 57+229+237=523 (69% of max value = 765). Red value is 57 (22.66% from 255 or 10.90% from 523); Green value is 229 (89.84% from 255 or 43.79% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #39E5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #39E5ED is #C61A12. Grayscale: #B2B2B2. Windows color (decimal): -12982803 or 15590713. OLE color: 15590713.

HSL color Cylindrical-coordinate representation of color #39E5ED: hue angle of 182.67º 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 #39E5ED is Cyan = 0.76, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB57229237-
CMYK0.760.0300.07
HSL182.67º83.33%57.65%-
HSV(B)182.67º75.95%92.94%-
XYZ44.9963.0289.91-
YUV178.48161.0241.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 10.90%
GREEN value IS 229 (89.84% from 255) = 43.79%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=10.90%
G=43.79%
B=45.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal572292370.760.0300.07182.6783.3357.65
Hex39E5ED4C307b7533a
Octal7134535511430726712372
Binary11100111100101111011011001100110111101101111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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