Shades of Turquoise #32FFCD
Tints of Turquoise #32FFCD
RGB
CMYK
RGB Variations
Color information
#32FFCD (or 0x32FFCD) is known color: Turquoise. HEX triplet: 32, FF and CD. RGB value is (50,255,205). Sum of RGB (Red+Green+Blue) = 50+255+205=510 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.80% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFCD is #CD0032. Grayscale: #BCBCBC. Windows color (decimal): -13434931 or 13500210. OLE color: 13500210.
HSL color Cylindrical-coordinate representation of color #32FFCD: hue angle of 165.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFCD is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 205 | - |
| CMYK | 0.80 | 0 | 0.20 | 0 |
| HSL | 165.37º | 1% | 0.6% | - |
| HSV(B) | 165.37º | 0.8% | 1% | - |
| XYZ | 48.09 | 76.61 | 70.01 | - |
| YUV | 188.01 | 137.58 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 205 | 0.80 | 0 | 0.20 | 0 | 165.37 | 1 | 0.6 |
| Hex | 32 | FF | CD | 50 | 0 | 14 | 0 | A5 | 64 | 3C |
| Octal | 62 | 377 | 315 | 120 | 0 | 24 | 0 | 245 | 144 | 74 |
| Binary | 110010 | 11111111 | 11001101 | 1010000 | 0 | 10100 | 0 | 10100101 | 1100100 | 111100 |
Color Harmonies of #32FFCD
Complementary color
Monochromatic Colors of #32FFCD
Black with #32FFCD
Text Example
Text Example
White with #32FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFCD; }
p { color: rgb(50,255,205); }
H1.HeaderClassName
{
color: #32FFCD;
}
.AnyTagClassName
{
color: #32FFCD;
}
</style>
background-color css
<style>
a { background-color: #32FFCD; }
a { background-color: rgb(50,255,205); }
div.DivClassName
{
background-color: #32FFCD;
}
.BgClassName
{
background-color: #32FFCD;
}
</style>
border-color css
<style>
span { border-color: #32FFCD; }
span { border-color: rgb(50,255,205); }
td.TdClassName
{
border-color: #32FFCD;
}
.TagClassName
{
border-color: #32FFCD;
}
</style>