Shades of Turquoise #32E7DF
Tints of Turquoise #32E7DF
RGB
CMYK
RGB Variations
Color information
#32E7DF (or 0x32E7DF) is known color: Turquoise. HEX triplet: 32, E7 and DF. RGB value is (50,231,223). Sum of RGB (Red+Green+Blue) = 50+231+223=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #32E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E7DF is #CD1820. Grayscale: #AFAFAF. Windows color (decimal): -13441057 or 14673714. OLE color: 14673714.
HSL color Cylindrical-coordinate representation of color #32E7DF: hue angle of 177.35º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E7DF is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 231 | 223 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.09 |
| HSL | 177.35º | 0.79% | 0.55% | - |
| HSV(B) | 177.35º | 0.78% | 0.91% | - |
| XYZ | 43.21 | 63.16 | 79.73 | - |
| YUV | 175.97 | 154.53 | 38.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 231 | 223 | 0.78 | 0 | 0.03 | 0.09 | 177.35 | 0.79 | 0.55 |
| Hex | 32 | E7 | DF | 4E | 0 | 3 | 9 | B1 | 4F | 37 |
| Octal | 62 | 347 | 337 | 116 | 0 | 3 | 11 | 261 | 117 | 67 |
| Binary | 110010 | 11100111 | 11011111 | 1001110 | 0 | 11 | 1001 | 10110001 | 1001111 | 110111 |
Color Harmonies of #32E7DF
Complementary color
Monochromatic Colors of #32E7DF
Black with #32E7DF
Text Example
Text Example
White with #32E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E7DF; }
p { color: rgb(50,231,223); }
H1.HeaderClassName
{
color: #32E7DF;
}
.AnyTagClassName
{
color: #32E7DF;
}
</style>
background-color css
<style>
a { background-color: #32E7DF; }
a { background-color: rgb(50,231,223); }
div.DivClassName
{
background-color: #32E7DF;
}
.BgClassName
{
background-color: #32E7DF;
}
</style>
border-color css
<style>
span { border-color: #32E7DF; }
span { border-color: rgb(50,231,223); }
td.TdClassName
{
border-color: #32E7DF;
}
.TagClassName
{
border-color: #32E7DF;
}
</style>