#39DEC5

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

Shades of Turquoise #39DEC5

Tints of Turquoise #39DEC5

Color information

#39DEC5 (or 0x39DEC5) is unknown color: approx Turquoise. HEX triplet: 39, DE and C5. RGB value is (57,222,197). Sum of RGB (Red+Green+Blue) = 57+222+197=476 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.97% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #39DEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DEC5 is #C6213A. Grayscale: #A9A9A9. Windows color (decimal): -12984635 or 12967481. OLE color: 12967481.

HSL color Cylindrical-coordinate representation of color #39DEC5: hue angle of 170.91º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DEC5 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB57222197-
CMYK0.7400.110.13
HSL170.91º71.43%54.71%-
HSV(B)170.91º74.32%87.06%-
XYZ37.8957.1461.86-
YUV169.82143.3447.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.97%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 197 (77.34% from 255) = 41.39%
R=11.97%
G=46.64%
B=41.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572221970.7400.110.13170.9171.4354.71
Hex39DEC54A0BDab4737
Octal713363051120131525310767
Binary11100111011110110001011001010010111101101010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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