Shades of Turquoise #32FFC9
Tints of Turquoise #32FFC9
RGB
CMYK
RGB Variations
Color information
#32FFC9 (or 0x32FFC9) is known color: Turquoise. HEX triplet: 32, FF and C9. RGB value is (50,255,201). Sum of RGB (Red+Green+Blue) = 50+255+201=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFC9 is #CD0036. Grayscale: #BBBBBB. Windows color (decimal): -13434935 or 13238066. OLE color: 13238066.
HSL color Cylindrical-coordinate representation of color #32FFC9: hue angle of 164.2º 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 #32FFC9 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 201 | - |
| CMYK | 0.80 | 0 | 0.21 | 0 |
| HSL | 164.2º | 1% | 0.6% | - |
| HSV(B) | 164.2º | 0.8% | 1% | - |
| XYZ | 47.62 | 76.42 | 67.5 | - |
| YUV | 187.55 | 135.58 | 29.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 201 | 0.80 | 0 | 0.21 | 0 | 164.2 | 1 | 0.6 |
| Hex | 32 | FF | C9 | 50 | 0 | 15 | 0 | A4 | 64 | 3C |
| Octal | 62 | 377 | 311 | 120 | 0 | 25 | 0 | 244 | 144 | 74 |
| Binary | 110010 | 11111111 | 11001001 | 1010000 | 0 | 10101 | 0 | 10100100 | 1100100 | 111100 |
Color Harmonies of #32FFC9
Complementary color
Monochromatic Colors of #32FFC9
Black with #32FFC9
Text Example
Text Example
White with #32FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFC9; }
p { color: rgb(50,255,201); }
H1.HeaderClassName
{
color: #32FFC9;
}
.AnyTagClassName
{
color: #32FFC9;
}
</style>
background-color css
<style>
a { background-color: #32FFC9; }
a { background-color: rgb(50,255,201); }
div.DivClassName
{
background-color: #32FFC9;
}
.BgClassName
{
background-color: #32FFC9;
}
</style>
border-color css
<style>
span { border-color: #32FFC9; }
span { border-color: rgb(50,255,201); }
td.TdClassName
{
border-color: #32FFC9;
}
.TagClassName
{
border-color: #32FFC9;
}
</style>