Shades of Turquoise #39DFB5
Tints of Turquoise #39DFB5
RGB
CMYK
RGB Variations
Color information
#39DFB5 (or 0x39DFB5) is known color: Turquoise. HEX triplet: 39, DF and B5. RGB value is (57,223,181). Sum of RGB (Red+Green+Blue) = 57+223+181=461 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.36% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #39DFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39DFB5 is #C6204A. Grayscale: #A8A8A8. Windows color (decimal): -12984395 or 11919161. OLE color: 11919161.
HSL color Cylindrical-coordinate representation of color #39DFB5: hue angle of 164.82º 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 #39DFB5 is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 223 | 181 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.13 |
| HSL | 164.82º | 0.72% | 0.55% | - |
| HSV(B) | 164.82º | 0.74% | 0.87% | - |
| XYZ | 36.42 | 56.98 | 52.8 | - |
| YUV | 168.58 | 135 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 223 | 181 | 0.74 | 0 | 0.19 | 0.13 | 164.82 | 0.72 | 0.55 |
| Hex | 39 | DF | B5 | 4A | 0 | 13 | D | A5 | 48 | 37 |
| Octal | 71 | 337 | 265 | 112 | 0 | 23 | 15 | 245 | 110 | 67 |
| Binary | 111001 | 11011111 | 10110101 | 1001010 | 0 | 10011 | 1101 | 10100101 | 1001000 | 110111 |
Color Harmonies of #39DFB5
Complementary color
Monochromatic Colors of #39DFB5
Black with #39DFB5
Text Example
Text Example
White with #39DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DFB5; }
p { color: rgb(57,223,181); }
H1.HeaderClassName
{
color: #39DFB5;
}
.AnyTagClassName
{
color: #39DFB5;
}
</style>
background-color css
<style>
a { background-color: #39DFB5; }
a { background-color: rgb(57,223,181); }
div.DivClassName
{
background-color: #39DFB5;
}
.BgClassName
{
background-color: #39DFB5;
}
</style>
border-color css
<style>
span { border-color: #39DFB5; }
span { border-color: rgb(57,223,181); }
td.TdClassName
{
border-color: #39DFB5;
}
.TagClassName
{
border-color: #39DFB5;
}
</style>