#39E4DE

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

Shades of Turquoise #39E4DE

Tints of Turquoise #39E4DE

Color information

#39E4DE (or 0x39E4DE) is unknown color: approx Turquoise. HEX triplet: 39, E4 and DE. RGB value is (57,228,222). Sum of RGB (Red+Green+Blue) = 57+228+222=507 (67% of max value = 765). Red value is 57 (22.66% from 255 or 11.24% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #39E4DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E4DE is #C61B21. Grayscale: #B0B0B0. Windows color (decimal): -12983074 or 14607417. OLE color: 14607417.

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

Color convert

RGB57228222-
CMYK0.7500.030.11
HSL177.89º76%55.88%-
HSV(B)177.89º75%89.41%-
XYZ42.6261.6378.76-
YUV176.19153.8542.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.24%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=11.24%
G=44.97%
B=43.79%

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
Decimal572282220.7500.030.11177.897655.88
Hex39E4DE4B03Bb24c38
Octal71344336113031326211470
Binary111001111001001101111010010110111011101100101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,228,222); }

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

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

 a { background-color: rgb(57,228,222); }

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

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

 span { border-color: rgb(57,228,222); }

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