#39E3DD

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

Shades of Turquoise #39E3DD

Tints of Turquoise #39E3DD

Color information

#39E3DD (or 0x39E3DD) is unknown color: approx Turquoise. HEX triplet: 39, E3 and DD. RGB value is (57,227,221). Sum of RGB (Red+Green+Blue) = 57+227+221=505 (66% of max value = 765). Red value is 57 (22.66% from 255 or 11.29% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #39E3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E3DD is #C61C22. Grayscale: #AFAFAF. Windows color (decimal): -12983331 or 14541625. OLE color: 14541625.

HSL color Cylindrical-coordinate representation of color #39E3DD: hue angle of 177.88º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E3DD is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB57227221-
CMYK0.7500.030.11
HSL177.88º75.22%55.69%-
HSV(B)177.88º74.89%89.02%-
XYZ42.2161.0377.96-
YUV175.49153.6843.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.29%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=11.29%
G=44.95%
B=43.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572272210.7500.030.11177.8875.2255.69
Hex39E3DD4B03Bb24b38
Octal71343335113031326211370
Binary111001111000111101110110010110111011101100101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,227,221); }

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

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

 a { background-color: rgb(57,227,221); }

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

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

 span { border-color: rgb(57,227,221); }

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