Shades of Turquoise #32DDEE
Tints of Turquoise #32DDEE
RGB
CMYK
RGB Variations
Color information
#32DDEE (or 0x32DDEE) is known color: Turquoise. HEX triplet: 32, DD and EE. RGB value is (50,221,238). Sum of RGB (Red+Green+Blue) = 50+221+238=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 221 (86.72% from 255 or 43.42% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #32DDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DDEE is #CD2211. Grayscale: #ABABAB. Windows color (decimal): -13443602 or 15654194. OLE color: 15654194.
HSL color Cylindrical-coordinate representation of color #32DDEE: hue angle of 185.43º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DDEE is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 221 | 238 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.07 |
| HSL | 185.43º | 0.85% | 0.56% | - |
| HSV(B) | 185.43º | 0.79% | 0.93% | - |
| XYZ | 42.6 | 58.56 | 89.95 | - |
| YUV | 171.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 238 | 0.79 | 0.07 | 0 | 0.07 | 185.43 | 0.85 | 0.56 |
| Hex | 32 | DD | EE | 4F | 7 | 0 | 7 | B9 | 55 | 38 |
| Octal | 62 | 335 | 356 | 117 | 7 | 0 | 7 | 271 | 125 | 70 |
| Binary | 110010 | 11011101 | 11101110 | 1001111 | 111 | 0 | 111 | 10111001 | 1010101 | 111000 |
Color Harmonies of #32DDEE
Complementary color
Monochromatic Colors of #32DDEE
Black with #32DDEE
Text Example
Text Example
White with #32DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DDEE; }
p { color: rgb(50,221,238); }
H1.HeaderClassName
{
color: #32DDEE;
}
.AnyTagClassName
{
color: #32DDEE;
}
</style>
background-color css
<style>
a { background-color: #32DDEE; }
a { background-color: rgb(50,221,238); }
div.DivClassName
{
background-color: #32DDEE;
}
.BgClassName
{
background-color: #32DDEE;
}
</style>
border-color css
<style>
span { border-color: #32DDEE; }
span { border-color: rgb(50,221,238); }
td.TdClassName
{
border-color: #32DDEE;
}
.TagClassName
{
border-color: #32DDEE;
}
</style>