Shades of Turquoise #39FCDD
Tints of Turquoise #39FCDD
RGB
CMYK
RGB Variations
Color information
#39FCDD (or 0x39FCDD) is known color: Turquoise. HEX triplet: 39, FC and DD. RGB value is (57,252,221). Sum of RGB (Red+Green+Blue) = 57+252+221=530 (70% of max value = 765). Red value is 57 (22.66% from 255 or 10.75% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #39FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39FCDD is #C60322. Grayscale: #BEBEBE. Windows color (decimal): -12976931 or 14548025. OLE color: 14548025.
HSL color Cylindrical-coordinate representation of color #39FCDD: hue angle of 170.46º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39FCDD is Cyan = 0.77, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 57 | 252 | 221 | - |
| CMYK | 0.77 | 0 | 0.12 | 0.01 |
| HSL | 170.46º | 0.97% | 0.61% | - |
| HSV(B) | 170.46º | 0.77% | 0.99% | - |
| XYZ | 49.55 | 75.71 | 80.41 | - |
| YUV | 190.16 | 145.4 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 252 | 221 | 0.77 | 0 | 0.12 | 0.01 | 170.46 | 0.97 | 0.61 |
| Hex | 39 | FC | DD | 4D | 0 | C | 1 | AA | 61 | 3D |
| Octal | 71 | 374 | 335 | 115 | 0 | 14 | 1 | 252 | 141 | 75 |
| Binary | 111001 | 11111100 | 11011101 | 1001101 | 0 | 1100 | 1 | 10101010 | 1100001 | 111101 |
Color Harmonies of #39FCDD
Complementary color
Monochromatic Colors of #39FCDD
Black with #39FCDD
Text Example
Text Example
White with #39FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39FCDD; }
p { color: rgb(57,252,221); }
H1.HeaderClassName
{
color: #39FCDD;
}
.AnyTagClassName
{
color: #39FCDD;
}
</style>
background-color css
<style>
a { background-color: #39FCDD; }
a { background-color: rgb(57,252,221); }
div.DivClassName
{
background-color: #39FCDD;
}
.BgClassName
{
background-color: #39FCDD;
}
</style>
border-color css
<style>
span { border-color: #39FCDD; }
span { border-color: rgb(57,252,221); }
td.TdClassName
{
border-color: #39FCDD;
}
.TagClassName
{
border-color: #39FCDD;
}
</style>