#39DFBA

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

Shades of Turquoise #39DFBA

Tints of Turquoise #39DFBA

Color information

#39DFBA (or 0x39DFBA) is unknown color: approx Turquoise. HEX triplet: 39, DF and BA. RGB value is (57,223,186). Sum of RGB (Red+Green+Blue) = 57+223+186=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFBA is #C62045. Grayscale: #A9A9A9. Windows color (decimal): -12984390 or 12246841. OLE color: 12246841.

HSL color Cylindrical-coordinate representation of color #39DFBA: hue angle of 166.63º degrees, saturation: 0.72, 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 #39DFBA is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB57223186-
CMYK0.7400.170.13
HSL166.63º72.17%54.9%-
HSV(B)166.63º74.44%87.45%-
XYZ36.9457.1955.55-
YUV169.15137.548.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.23%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=12.23%
G=47.85%
B=39.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal572231860.7400.170.13166.6372.1754.9
Hex39DFBA4A011Da74837
Octal713372721120211524711067
Binary111001110111111011101010010100100011101101001111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,223,186); }

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

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

 a { background-color: rgb(57,223,186); }

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

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

 span { border-color: rgb(57,223,186); }

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