Shades of Turquoise #32FDD7
Tints of Turquoise #32FDD7
RGB
CMYK
RGB Variations
Color information
#32FDD7 (or 0x32FDD7) is known color: Turquoise. HEX triplet: 32, FD and D7. RGB value is (50,253,215). Sum of RGB (Red+Green+Blue) = 50+253+215=518 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.65% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDD7 is #CD0228. Grayscale: #BBBBBB. Windows color (decimal): -13435433 or 14155058. OLE color: 14155058.
HSL color Cylindrical-coordinate representation of color #32FDD7: hue angle of 168.77º degrees, saturation: 0.98, 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 #32FDD7 is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 215 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.01 |
| HSL | 168.77º | 0.98% | 0.59% | - |
| HSV(B) | 168.77º | 0.8% | 0.99% | - |
| XYZ | 48.71 | 75.83 | 76.36 | - |
| YUV | 187.97 | 143.25 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 215 | 0.80 | 0 | 0.15 | 0.01 | 168.77 | 0.98 | 0.59 |
| Hex | 32 | FD | D7 | 50 | 0 | F | 1 | A9 | 62 | 3B |
| Octal | 62 | 375 | 327 | 120 | 0 | 17 | 1 | 251 | 142 | 73 |
| Binary | 110010 | 11111101 | 11010111 | 1010000 | 0 | 1111 | 1 | 10101001 | 1100010 | 111011 |
Color Harmonies of #32FDD7
Complementary color
Monochromatic Colors of #32FDD7
Black with #32FDD7
Text Example
Text Example
White with #32FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDD7; }
p { color: rgb(50,253,215); }
H1.HeaderClassName
{
color: #32FDD7;
}
.AnyTagClassName
{
color: #32FDD7;
}
</style>
background-color css
<style>
a { background-color: #32FDD7; }
a { background-color: rgb(50,253,215); }
div.DivClassName
{
background-color: #32FDD7;
}
.BgClassName
{
background-color: #32FDD7;
}
</style>
border-color css
<style>
span { border-color: #32FDD7; }
span { border-color: rgb(50,253,215); }
td.TdClassName
{
border-color: #32FDD7;
}
.TagClassName
{
border-color: #32FDD7;
}
</style>