Shades of Turquoise #32FEDF
Tints of Turquoise #32FEDF
RGB
CMYK
RGB Variations
Color information
#32FEDF (or 0x32FEDF) is known color: Turquoise. HEX triplet: 32, FE and DF. RGB value is (50,254,223). Sum of RGB (Red+Green+Blue) = 50+254+223=527 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.49% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #32FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32FEDF is #CD0120. Grayscale: #BDBDBD. Windows color (decimal): -13435169 or 14679602. OLE color: 14679602.
HSL color Cylindrical-coordinate representation of color #32FEDF: hue angle of 170.88º 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 #32FEDF is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 254 | 223 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.00 |
| HSL | 170.88º | 0.99% | 0.6% | - |
| HSV(B) | 170.88º | 0.8% | 1% | - |
| XYZ | 50.08 | 76.89 | 82.01 | - |
| YUV | 189.47 | 146.91 | 28.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 254 | 223 | 0.80 | 0 | 0.12 | 0.00 | 170.88 | 0.99 | 0.6 |
| Hex | 32 | FE | DF | 50 | 0 | C | 0 | AB | 63 | 3C |
| Octal | 62 | 376 | 337 | 120 | 0 | 14 | 0 | 253 | 143 | 74 |
| Binary | 110010 | 11111110 | 11011111 | 1010000 | 0 | 1100 | 0 | 10101011 | 1100011 | 111100 |
Color Harmonies of #32FEDF
Complementary color
Monochromatic Colors of #32FEDF
Black with #32FEDF
Text Example
Text Example
White with #32FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FEDF; }
p { color: rgb(50,254,223); }
H1.HeaderClassName
{
color: #32FEDF;
}
.AnyTagClassName
{
color: #32FEDF;
}
</style>
background-color css
<style>
a { background-color: #32FEDF; }
a { background-color: rgb(50,254,223); }
div.DivClassName
{
background-color: #32FEDF;
}
.BgClassName
{
background-color: #32FEDF;
}
</style>
border-color css
<style>
span { border-color: #32FEDF; }
span { border-color: rgb(50,254,223); }
td.TdClassName
{
border-color: #32FEDF;
}
.TagClassName
{
border-color: #32FEDF;
}
</style>