Shades of Turquoise #32FCDD
Tints of Turquoise #32FCDD
RGB
CMYK
RGB Variations
Color information
#32FCDD (or 0x32FCDD) is known color: Turquoise. HEX triplet: 32, FC and DD. RGB value is (50,252,221). Sum of RGB (Red+Green+Blue) = 50+252+221=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCDD is #CD0322. Grayscale: #BBBBBB. Windows color (decimal): -13435683 or 14548018. OLE color: 14548018.
HSL color Cylindrical-coordinate representation of color #32FCDD: hue angle of 170.79º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FCDD is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 221 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.01 |
| HSL | 170.79º | 0.97% | 0.59% | - |
| HSV(B) | 170.79º | 0.8% | 0.99% | - |
| XYZ | 49.18 | 75.52 | 80.39 | - |
| YUV | 188.07 | 146.58 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 221 | 0.80 | 0 | 0.12 | 0.01 | 170.79 | 0.97 | 0.59 |
| Hex | 32 | FC | DD | 50 | 0 | C | 1 | AB | 61 | 3B |
| Octal | 62 | 374 | 335 | 120 | 0 | 14 | 1 | 253 | 141 | 73 |
| Binary | 110010 | 11111100 | 11011101 | 1010000 | 0 | 1100 | 1 | 10101011 | 1100001 | 111011 |
Color Harmonies of #32FCDD
Complementary color
Monochromatic Colors of #32FCDD
Black with #32FCDD
Text Example
Text Example
White with #32FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCDD; }
p { color: rgb(50,252,221); }
H1.HeaderClassName
{
color: #32FCDD;
}
.AnyTagClassName
{
color: #32FCDD;
}
</style>
background-color css
<style>
a { background-color: #32FCDD; }
a { background-color: rgb(50,252,221); }
div.DivClassName
{
background-color: #32FCDD;
}
.BgClassName
{
background-color: #32FCDD;
}
</style>
border-color css
<style>
span { border-color: #32FCDD; }
span { border-color: rgb(50,252,221); }
td.TdClassName
{
border-color: #32FCDD;
}
.TagClassName
{
border-color: #32FCDD;
}
</style>