Shades of Turquoise #32FFDA
Tints of Turquoise #32FFDA
RGB
CMYK
RGB Variations
Color information
#32FFDA (or 0x32FFDA) is known color: Turquoise. HEX triplet: 32, FF and DA. RGB value is (50,255,218). Sum of RGB (Red+Green+Blue) = 50+255+218=523 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.56% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFDA is #CD0025. Grayscale: #BDBDBD. Windows color (decimal): -13434918 or 14352178. OLE color: 14352178.
HSL color Cylindrical-coordinate representation of color #32FFDA: hue angle of 169.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FFDA is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 218 | - |
| CMYK | 0.80 | 0 | 0.15 | 0 |
| HSL | 169.17º | 1% | 0.6% | - |
| HSV(B) | 169.17º | 0.8% | 1% | - |
| XYZ | 49.73 | 77.26 | 78.62 | - |
| YUV | 189.49 | 144.08 | 28.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 218 | 0.80 | 0 | 0.15 | 0 | 169.17 | 1 | 0.6 |
| Hex | 32 | FF | DA | 50 | 0 | F | 0 | A9 | 64 | 3C |
| Octal | 62 | 377 | 332 | 120 | 0 | 17 | 0 | 251 | 144 | 74 |
| Binary | 110010 | 11111111 | 11011010 | 1010000 | 0 | 1111 | 0 | 10101001 | 1100100 | 111100 |
Color Harmonies of #32FFDA
Complementary color
Monochromatic Colors of #32FFDA
Black with #32FFDA
Text Example
Text Example
White with #32FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFDA; }
p { color: rgb(50,255,218); }
H1.HeaderClassName
{
color: #32FFDA;
}
.AnyTagClassName
{
color: #32FFDA;
}
</style>
background-color css
<style>
a { background-color: #32FFDA; }
a { background-color: rgb(50,255,218); }
div.DivClassName
{
background-color: #32FFDA;
}
.BgClassName
{
background-color: #32FFDA;
}
</style>
border-color css
<style>
span { border-color: #32FFDA; }
span { border-color: rgb(50,255,218); }
td.TdClassName
{
border-color: #32FFDA;
}
.TagClassName
{
border-color: #32FFDA;
}
</style>