Shades of Turquoise #32FDDF
Tints of Turquoise #32FDDF
RGB
CMYK
RGB Variations
Color information
#32FDDF (or 0x32FDDF) is known color: Turquoise. HEX triplet: 32, FD and DF. RGB value is (50,253,223). Sum of RGB (Red+Green+Blue) = 50+253+223=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDDF is #CD0220. Grayscale: #BCBCBC. Windows color (decimal): -13435425 or 14679346. OLE color: 14679346.
HSL color Cylindrical-coordinate representation of color #32FDDF: hue angle of 171.13º 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 #32FDDF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 223 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.01 |
| HSL | 171.13º | 0.98% | 0.59% | - |
| HSV(B) | 171.13º | 0.8% | 0.99% | - |
| XYZ | 49.76 | 76.26 | 81.91 | - |
| YUV | 188.88 | 147.25 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 223 | 0.80 | 0 | 0.12 | 0.01 | 171.13 | 0.98 | 0.59 |
| Hex | 32 | FD | DF | 50 | 0 | C | 1 | AB | 62 | 3B |
| Octal | 62 | 375 | 337 | 120 | 0 | 14 | 1 | 253 | 142 | 73 |
| Binary | 110010 | 11111101 | 11011111 | 1010000 | 0 | 1100 | 1 | 10101011 | 1100010 | 111011 |
Color Harmonies of #32FDDF
Complementary color
Monochromatic Colors of #32FDDF
Black with #32FDDF
Text Example
Text Example
White with #32FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDDF; }
p { color: rgb(50,253,223); }
H1.HeaderClassName
{
color: #32FDDF;
}
.AnyTagClassName
{
color: #32FDDF;
}
</style>
background-color css
<style>
a { background-color: #32FDDF; }
a { background-color: rgb(50,253,223); }
div.DivClassName
{
background-color: #32FDDF;
}
.BgClassName
{
background-color: #32FDDF;
}
</style>
border-color css
<style>
span { border-color: #32FDDF; }
span { border-color: rgb(50,253,223); }
td.TdClassName
{
border-color: #32FDDF;
}
.TagClassName
{
border-color: #32FDDF;
}
</style>