Shades of Turquoise #32FEDD
Tints of Turquoise #32FEDD
RGB
CMYK
RGB Variations
Color information
#32FEDD (or 0x32FEDD) is known color: Turquoise. HEX triplet: 32, FE and DD. RGB value is (50,254,221). Sum of RGB (Red+Green+Blue) = 50+254+221=525 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.52% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEDD is #CD0122. Grayscale: #BDBDBD. Windows color (decimal): -13435171 or 14548530. OLE color: 14548530.
HSL color Cylindrical-coordinate representation of color #32FEDD: hue angle of 170.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FEDD is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 221 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.00 |
| HSL | 170.29º | 0.99% | 0.6% | - |
| HSV(B) | 170.29º | 0.8% | 1% | - |
| XYZ | 49.81 | 76.78 | 80.6 | - |
| YUV | 189.24 | 145.91 | 28.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 221 | 0.80 | 0 | 0.13 | 0.00 | 170.29 | 0.99 | 0.6 |
| Hex | 32 | FE | DD | 50 | 0 | D | 0 | AA | 63 | 3C |
| Octal | 62 | 376 | 335 | 120 | 0 | 15 | 0 | 252 | 143 | 74 |
| Binary | 110010 | 11111110 | 11011101 | 1010000 | 0 | 1101 | 0 | 10101010 | 1100011 | 111100 |
Color Harmonies of #32FEDD
Complementary color
Monochromatic Colors of #32FEDD
Black with #32FEDD
Text Example
Text Example
White with #32FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEDD; }
p { color: rgb(50,254,221); }
H1.HeaderClassName
{
color: #32FEDD;
}
.AnyTagClassName
{
color: #32FEDD;
}
</style>
background-color css
<style>
a { background-color: #32FEDD; }
a { background-color: rgb(50,254,221); }
div.DivClassName
{
background-color: #32FEDD;
}
.BgClassName
{
background-color: #32FEDD;
}
</style>
border-color css
<style>
span { border-color: #32FEDD; }
span { border-color: rgb(50,254,221); }
td.TdClassName
{
border-color: #32FEDD;
}
.TagClassName
{
border-color: #32FEDD;
}
</style>