#39DBB7

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

Shades of Turquoise #39DBB7

Tints of Turquoise #39DBB7

Color information

#39DBB7 (or 0x39DBB7) is unknown color: approx Turquoise. HEX triplet: 39, DB and B7. RGB value is (57,219,183). Sum of RGB (Red+Green+Blue) = 57+219+183=459 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.42% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #39DBB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DBB7 is #C62448. Grayscale: #A6A6A6. Windows color (decimal): -12985417 or 12049209. OLE color: 12049209.

HSL color Cylindrical-coordinate representation of color #39DBB7: hue angle of 166.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DBB7 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB57219183-
CMYK0.7400.160.14
HSL166.67º69.23%54.12%-
HSV(B)166.67º73.97%85.88%-
XYZ35.5754.9553.53-
YUV166.46137.3349.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.42%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 183 (71.88% from 255) = 39.87%
R=12.42%
G=47.71%
B=39.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal572191830.7400.160.14166.6769.2354.12
Hex39DBB74A010Ea74536
Octal713332671120201624710566
Binary111001110110111011011110010100100001110101001111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,219,183); }

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

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

 a { background-color: rgb(57,219,183); }

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

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

 span { border-color: rgb(57,219,183); }

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