Shades of Turquoise #32FBDF
Tints of Turquoise #32FBDF
RGB
CMYK
RGB Variations
Color information
#32FBDF (or 0x32FBDF) is known color: Turquoise. HEX triplet: 32, FB and DF. RGB value is (50,251,223). Sum of RGB (Red+Green+Blue) = 50+251+223=524 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.54% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FBDF is #CD0420. Grayscale: #BBBBBB. Windows color (decimal): -13435937 or 14678834. OLE color: 14678834.
HSL color Cylindrical-coordinate representation of color #32FBDF: hue angle of 171.64º 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 #32FBDF is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 223 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.02 |
| HSL | 171.64º | 0.96% | 0.59% | - |
| HSV(B) | 171.64º | 0.8% | 0.98% | - |
| XYZ | 49.13 | 75 | 81.7 | - |
| YUV | 187.71 | 147.91 | 29.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 223 | 0.80 | 0 | 0.11 | 0.02 | 171.64 | 0.96 | 0.59 |
| Hex | 32 | FB | DF | 50 | 0 | B | 2 | AC | 60 | 3B |
| Octal | 62 | 373 | 337 | 120 | 0 | 13 | 2 | 254 | 140 | 73 |
| Binary | 110010 | 11111011 | 11011111 | 1010000 | 0 | 1011 | 10 | 10101100 | 1100000 | 111011 |
Color Harmonies of #32FBDF
Complementary color
Monochromatic Colors of #32FBDF
Black with #32FBDF
Text Example
Text Example
White with #32FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBDF; }
p { color: rgb(50,251,223); }
H1.HeaderClassName
{
color: #32FBDF;
}
.AnyTagClassName
{
color: #32FBDF;
}
</style>
background-color css
<style>
a { background-color: #32FBDF; }
a { background-color: rgb(50,251,223); }
div.DivClassName
{
background-color: #32FBDF;
}
.BgClassName
{
background-color: #32FBDF;
}
</style>
border-color css
<style>
span { border-color: #32FBDF; }
span { border-color: rgb(50,251,223); }
td.TdClassName
{
border-color: #32FBDF;
}
.TagClassName
{
border-color: #32FBDF;
}
</style>