Shades of Turquoise #32FDDA
Tints of Turquoise #32FDDA
RGB
CMYK
RGB Variations
Color information
#32FDDA (or 0x32FDDA) is known color: Turquoise. HEX triplet: 32, FD and DA. RGB value is (50,253,218). Sum of RGB (Red+Green+Blue) = 50+253+218=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #32FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FDDA is #CD0225. Grayscale: #BCBCBC. Windows color (decimal): -13435430 or 14351666. OLE color: 14351666.
HSL color Cylindrical-coordinate representation of color #32FDDA: hue angle of 169.66º 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 #32FDDA is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 253 | 218 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.01 |
| HSL | 169.66º | 0.98% | 0.59% | - |
| HSV(B) | 169.66º | 0.8% | 0.99% | - |
| XYZ | 49.1 | 75.99 | 78.41 | - |
| YUV | 188.31 | 144.75 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 253 | 218 | 0.80 | 0 | 0.14 | 0.01 | 169.66 | 0.98 | 0.59 |
| Hex | 32 | FD | DA | 50 | 0 | E | 1 | AA | 62 | 3B |
| Octal | 62 | 375 | 332 | 120 | 0 | 16 | 1 | 252 | 142 | 73 |
| Binary | 110010 | 11111101 | 11011010 | 1010000 | 0 | 1110 | 1 | 10101010 | 1100010 | 111011 |
Color Harmonies of #32FDDA
Complementary color
Monochromatic Colors of #32FDDA
Black with #32FDDA
Text Example
Text Example
White with #32FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FDDA; }
p { color: rgb(50,253,218); }
H1.HeaderClassName
{
color: #32FDDA;
}
.AnyTagClassName
{
color: #32FDDA;
}
</style>
background-color css
<style>
a { background-color: #32FDDA; }
a { background-color: rgb(50,253,218); }
div.DivClassName
{
background-color: #32FDDA;
}
.BgClassName
{
background-color: #32FDDA;
}
</style>
border-color css
<style>
span { border-color: #32FDDA; }
span { border-color: rgb(50,253,218); }
td.TdClassName
{
border-color: #32FDDA;
}
.TagClassName
{
border-color: #32FDDA;
}
</style>