Shades of Turquoise #32FCCD
Tints of Turquoise #32FCCD
RGB
CMYK
RGB Variations
Color information
#32FCCD (or 0x32FCCD) is known color: Turquoise. HEX triplet: 32, FC and CD. RGB value is (50,252,205). Sum of RGB (Red+Green+Blue) = 50+252+205=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCCD is #CD0332. Grayscale: #BABABA. Windows color (decimal): -13435699 or 13499442. OLE color: 13499442.
HSL color Cylindrical-coordinate representation of color #32FCCD: hue angle of 166.04º 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 #32FCCD is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 205 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.01 |
| HSL | 166.04º | 0.97% | 0.59% | - |
| HSV(B) | 166.04º | 0.8% | 0.99% | - |
| XYZ | 47.15 | 74.71 | 69.69 | - |
| YUV | 186.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 205 | 0.80 | 0 | 0.19 | 0.01 | 166.04 | 0.97 | 0.59 |
| Hex | 32 | FC | CD | 50 | 0 | 13 | 1 | A6 | 61 | 3B |
| Octal | 62 | 374 | 315 | 120 | 0 | 23 | 1 | 246 | 141 | 73 |
| Binary | 110010 | 11111100 | 11001101 | 1010000 | 0 | 10011 | 1 | 10100110 | 1100001 | 111011 |
Color Harmonies of #32FCCD
Complementary color
Monochromatic Colors of #32FCCD
Black with #32FCCD
Text Example
Text Example
White with #32FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCCD; }
p { color: rgb(50,252,205); }
H1.HeaderClassName
{
color: #32FCCD;
}
.AnyTagClassName
{
color: #32FCCD;
}
</style>
background-color css
<style>
a { background-color: #32FCCD; }
a { background-color: rgb(50,252,205); }
div.DivClassName
{
background-color: #32FCCD;
}
.BgClassName
{
background-color: #32FCCD;
}
</style>
border-color css
<style>
span { border-color: #32FCCD; }
span { border-color: rgb(50,252,205); }
td.TdClassName
{
border-color: #32FCCD;
}
.TagClassName
{
border-color: #32FCCD;
}
</style>