Shades of Turquoise #32E6DF
Tints of Turquoise #32E6DF
RGB
CMYK
RGB Variations
Color information
#32E6DF (or 0x32E6DF) is known color: Turquoise. HEX triplet: 32, E6 and DF. RGB value is (50,230,223). Sum of RGB (Red+Green+Blue) = 50+230+223=503 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.94% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #32E6DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #32E6DF is #CD1920. Grayscale: #AFAFAF. Windows color (decimal): -13441313 or 14673458. OLE color: 14673458.
HSL color Cylindrical-coordinate representation of color #32E6DF: hue angle of 177.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E6DF is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 223 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.10 |
| HSL | 177.67º | 0.78% | 0.55% | - |
| HSV(B) | 177.67º | 0.78% | 0.9% | - |
| XYZ | 42.93 | 62.6 | 79.63 | - |
| YUV | 175.38 | 154.87 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 223 | 0.78 | 0 | 0.03 | 0.10 | 177.67 | 0.78 | 0.55 |
| Hex | 32 | E6 | DF | 4E | 0 | 3 | A | B2 | 4E | 37 |
| Octal | 62 | 346 | 337 | 116 | 0 | 3 | 12 | 262 | 116 | 67 |
| Binary | 110010 | 11100110 | 11011111 | 1001110 | 0 | 11 | 1010 | 10110010 | 1001110 | 110111 |
Color Harmonies of #32E6DF
Complementary color
Monochromatic Colors of #32E6DF
Black with #32E6DF
Text Example
Text Example
White with #32E6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E6DF; }
p { color: rgb(50,230,223); }
H1.HeaderClassName
{
color: #32E6DF;
}
.AnyTagClassName
{
color: #32E6DF;
}
</style>
background-color css
<style>
a { background-color: #32E6DF; }
a { background-color: rgb(50,230,223); }
div.DivClassName
{
background-color: #32E6DF;
}
.BgClassName
{
background-color: #32E6DF;
}
</style>
border-color css
<style>
span { border-color: #32E6DF; }
span { border-color: rgb(50,230,223); }
td.TdClassName
{
border-color: #32E6DF;
}
.TagClassName
{
border-color: #32E6DF;
}
</style>