Shades of Turquoise #32FCCF
Tints of Turquoise #32FCCF
RGB
CMYK
RGB Variations
Color information
#32FCCF (or 0x32FCCF) is known color: Turquoise. HEX triplet: 32, FC and CF. RGB value is (50,252,207). Sum of RGB (Red+Green+Blue) = 50+252+207=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #32FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FCCF is #CD0330. Grayscale: #BABABA. Windows color (decimal): -13435697 or 13630514. OLE color: 13630514.
HSL color Cylindrical-coordinate representation of color #32FCCF: hue angle of 166.63º 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 #32FCCF is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 252 | 207 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.01 |
| HSL | 166.63º | 0.97% | 0.59% | - |
| HSV(B) | 166.63º | 0.8% | 0.99% | - |
| XYZ | 47.39 | 74.8 | 70.97 | - |
| YUV | 186.47 | 139.58 | 30.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 252 | 207 | 0.80 | 0 | 0.18 | 0.01 | 166.63 | 0.97 | 0.59 |
| Hex | 32 | FC | CF | 50 | 0 | 12 | 1 | A7 | 61 | 3B |
| Octal | 62 | 374 | 317 | 120 | 0 | 22 | 1 | 247 | 141 | 73 |
| Binary | 110010 | 11111100 | 11001111 | 1010000 | 0 | 10010 | 1 | 10100111 | 1100001 | 111011 |
Color Harmonies of #32FCCF
Complementary color
Monochromatic Colors of #32FCCF
Black with #32FCCF
Text Example
Text Example
White with #32FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FCCF; }
p { color: rgb(50,252,207); }
H1.HeaderClassName
{
color: #32FCCF;
}
.AnyTagClassName
{
color: #32FCCF;
}
</style>
background-color css
<style>
a { background-color: #32FCCF; }
a { background-color: rgb(50,252,207); }
div.DivClassName
{
background-color: #32FCCF;
}
.BgClassName
{
background-color: #32FCCF;
}
</style>
border-color css
<style>
span { border-color: #32FCCF; }
span { border-color: rgb(50,252,207); }
td.TdClassName
{
border-color: #32FCCF;
}
.TagClassName
{
border-color: #32FCCF;
}
</style>