Shades of Turquoise #39FFDB
Tints of Turquoise #39FFDB
RGB
CMYK
RGB Variations
Color information
#39FFDB (or 0x39FFDB) is known color: Turquoise. HEX triplet: 39, FF and DB. RGB value is (57,255,219). Sum of RGB (Red+Green+Blue) = 57+255+219=531 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.73% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFDB is #C60024. Grayscale: #BFBFBF. Windows color (decimal): -12976165 or 14417721. OLE color: 14417721.
HSL color Cylindrical-coordinate representation of color #39FFDB: hue angle of 169.09º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #39FFDB is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 219 | - |
| CMYK | 0.78 | 0 | 0.14 | 0 |
| HSL | 169.09º | 1% | 0.61% | - |
| HSV(B) | 169.09º | 0.78% | 1% | - |
| XYZ | 50.23 | 77.5 | 79.33 | - |
| YUV | 191.69 | 143.4 | 31.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 219 | 0.78 | 0 | 0.14 | 0 | 169.09 | 1 | 0.61 |
| Hex | 39 | FF | DB | 4E | 0 | E | 0 | A9 | 64 | 3D |
| Octal | 71 | 377 | 333 | 116 | 0 | 16 | 0 | 251 | 144 | 75 |
| Binary | 111001 | 11111111 | 11011011 | 1001110 | 0 | 1110 | 0 | 10101001 | 1100100 | 111101 |
Color Harmonies of #39FFDB
Complementary color
Monochromatic Colors of #39FFDB
Black with #39FFDB
Text Example
Text Example
White with #39FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFDB; }
p { color: rgb(57,255,219); }
H1.HeaderClassName
{
color: #39FFDB;
}
.AnyTagClassName
{
color: #39FFDB;
}
</style>
background-color css
<style>
a { background-color: #39FFDB; }
a { background-color: rgb(57,255,219); }
div.DivClassName
{
background-color: #39FFDB;
}
.BgClassName
{
background-color: #39FFDB;
}
</style>
border-color css
<style>
span { border-color: #39FFDB; }
span { border-color: rgb(57,255,219); }
td.TdClassName
{
border-color: #39FFDB;
}
.TagClassName
{
border-color: #39FFDB;
}
</style>