Shades of Turquoise #32FFDD
Tints of Turquoise #32FFDD
RGB
CMYK
RGB Variations
Color information
#32FFDD (or 0x32FFDD) is known color: Turquoise. HEX triplet: 32, FF and DD. RGB value is (50,255,221). Sum of RGB (Red+Green+Blue) = 50+255+221=526 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.51% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #32FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FFDD is #CD0022. Grayscale: #BDBDBD. Windows color (decimal): -13434915 or 14548786. OLE color: 14548786.
HSL color Cylindrical-coordinate representation of color #32FFDD: hue angle of 170.05º 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 #32FFDD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 255 | 221 | - |
| CMYK | 0.80 | 0 | 0.13 | 0 |
| HSL | 170.05º | 1% | 0.6% | - |
| HSV(B) | 170.05º | 0.8% | 1% | - |
| XYZ | 50.13 | 77.42 | 80.71 | - |
| YUV | 189.83 | 145.58 | 28.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 255 | 221 | 0.80 | 0 | 0.13 | 0 | 170.05 | 1 | 0.6 |
| Hex | 32 | FF | DD | 50 | 0 | D | 0 | AA | 64 | 3C |
| Octal | 62 | 377 | 335 | 120 | 0 | 15 | 0 | 252 | 144 | 74 |
| Binary | 110010 | 11111111 | 11011101 | 1010000 | 0 | 1101 | 0 | 10101010 | 1100100 | 111100 |
Color Harmonies of #32FFDD
Complementary color
Monochromatic Colors of #32FFDD
Black with #32FFDD
Text Example
Text Example
White with #32FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FFDD; }
p { color: rgb(50,255,221); }
H1.HeaderClassName
{
color: #32FFDD;
}
.AnyTagClassName
{
color: #32FFDD;
}
</style>
background-color css
<style>
a { background-color: #32FFDD; }
a { background-color: rgb(50,255,221); }
div.DivClassName
{
background-color: #32FFDD;
}
.BgClassName
{
background-color: #32FFDD;
}
</style>
border-color css
<style>
span { border-color: #32FFDD; }
span { border-color: rgb(50,255,221); }
td.TdClassName
{
border-color: #32FFDD;
}
.TagClassName
{
border-color: #32FFDD;
}
</style>