Shades of Turquoise #32FBDD
Tints of Turquoise #32FBDD
RGB
CMYK
RGB Variations
Color information
#32FBDD (or 0x32FBDD) is known color: Turquoise. HEX triplet: 32, FB and DD. RGB value is (50,251,221). Sum of RGB (Red+Green+Blue) = 50+251+221=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBDD is #CD0422. Grayscale: #BBBBBB. Windows color (decimal): -13435939 or 14547762. OLE color: 14547762.
HSL color Cylindrical-coordinate representation of color #32FBDD: hue angle of 171.04º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBDD is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 221 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.02 |
| HSL | 171.04º | 0.96% | 0.59% | - |
| HSV(B) | 171.04º | 0.8% | 0.98% | - |
| XYZ | 48.86 | 74.89 | 80.29 | - |
| YUV | 187.48 | 146.91 | 29.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 221 | 0.80 | 0 | 0.12 | 0.02 | 171.04 | 0.96 | 0.59 |
| Hex | 32 | FB | DD | 50 | 0 | C | 2 | AB | 60 | 3B |
| Octal | 62 | 373 | 335 | 120 | 0 | 14 | 2 | 253 | 140 | 73 |
| Binary | 110010 | 11111011 | 11011101 | 1010000 | 0 | 1100 | 10 | 10101011 | 1100000 | 111011 |
Color Harmonies of #32FBDD
Complementary color
Monochromatic Colors of #32FBDD
Black with #32FBDD
Text Example
Text Example
White with #32FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBDD; }
p { color: rgb(50,251,221); }
H1.HeaderClassName
{
color: #32FBDD;
}
.AnyTagClassName
{
color: #32FBDD;
}
</style>
background-color css
<style>
a { background-color: #32FBDD; }
a { background-color: rgb(50,251,221); }
div.DivClassName
{
background-color: #32FBDD;
}
.BgClassName
{
background-color: #32FBDD;
}
</style>
border-color css
<style>
span { border-color: #32FBDD; }
span { border-color: rgb(50,251,221); }
td.TdClassName
{
border-color: #32FBDD;
}
.TagClassName
{
border-color: #32FBDD;
}
</style>