Shades of Turquoise #39FFDD
Tints of Turquoise #39FFDD
RGB
CMYK
RGB Variations
Color information
#39FFDD (or 0x39FFDD) is known color: Turquoise. HEX triplet: 39, FF and DD. RGB value is (57,255,221). Sum of RGB (Red+Green+Blue) = 57+255+221=533 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.69% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #39FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FFDD is #C60022. Grayscale: #BFBFBF. Windows color (decimal): -12976163 or 14548793. OLE color: 14548793.
HSL color Cylindrical-coordinate representation of color #39FFDD: hue angle of 169.7º 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 #39FFDD is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 57 | 255 | 221 | - |
| CMYK | 0.78 | 0 | 0.13 | 0 |
| HSL | 169.7º | 1% | 0.61% | - |
| HSV(B) | 169.7º | 0.78% | 1% | - |
| XYZ | 50.5 | 77.61 | 80.73 | - |
| YUV | 191.92 | 144.4 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 255 | 221 | 0.78 | 0 | 0.13 | 0 | 169.7 | 1 | 0.61 |
| Hex | 39 | FF | DD | 4E | 0 | D | 0 | AA | 64 | 3D |
| Octal | 71 | 377 | 335 | 116 | 0 | 15 | 0 | 252 | 144 | 75 |
| Binary | 111001 | 11111111 | 11011101 | 1001110 | 0 | 1101 | 0 | 10101010 | 1100100 | 111101 |
Color Harmonies of #39FFDD
Complementary color
Monochromatic Colors of #39FFDD
Black with #39FFDD
Text Example
Text Example
White with #39FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FFDD; }
p { color: rgb(57,255,221); }
H1.HeaderClassName
{
color: #39FFDD;
}
.AnyTagClassName
{
color: #39FFDD;
}
</style>
background-color css
<style>
a { background-color: #39FFDD; }
a { background-color: rgb(57,255,221); }
div.DivClassName
{
background-color: #39FFDD;
}
.BgClassName
{
background-color: #39FFDD;
}
</style>
border-color css
<style>
span { border-color: #39FFDD; }
span { border-color: rgb(57,255,221); }
td.TdClassName
{
border-color: #39FFDD;
}
.TagClassName
{
border-color: #39FFDD;
}
</style>