Shades of Turquoise #32DBEE
Tints of Turquoise #32DBEE
RGB
CMYK
RGB Variations
Color information
#32DBEE (or 0x32DBEE) is known color: Turquoise. HEX triplet: 32, DB and EE. RGB value is (50,219,238). Sum of RGB (Red+Green+Blue) = 50+219+238=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #32DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DBEE is #CD2411. Grayscale: #AAAAAA. Windows color (decimal): -13444114 or 15653682. OLE color: 15653682.
HSL color Cylindrical-coordinate representation of color #32DBEE: hue angle of 186.06º 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 #32DBEE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 219 | 238 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.07 |
| HSL | 186.06º | 0.85% | 0.56% | - |
| HSV(B) | 186.06º | 0.79% | 0.93% | - |
| XYZ | 42.08 | 57.51 | 89.77 | - |
| YUV | 170.64 | 166.01 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 238 | 0.79 | 0.08 | 0 | 0.07 | 186.06 | 0.85 | 0.56 |
| Hex | 32 | DB | EE | 4F | 8 | 0 | 7 | BA | 55 | 38 |
| Octal | 62 | 333 | 356 | 117 | 10 | 0 | 7 | 272 | 125 | 70 |
| Binary | 110010 | 11011011 | 11101110 | 1001111 | 1000 | 0 | 111 | 10111010 | 1010101 | 111000 |
Color Harmonies of #32DBEE
Complementary color
Monochromatic Colors of #32DBEE
Black with #32DBEE
Text Example
Text Example
White with #32DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DBEE; }
p { color: rgb(50,219,238); }
H1.HeaderClassName
{
color: #32DBEE;
}
.AnyTagClassName
{
color: #32DBEE;
}
</style>
background-color css
<style>
a { background-color: #32DBEE; }
a { background-color: rgb(50,219,238); }
div.DivClassName
{
background-color: #32DBEE;
}
.BgClassName
{
background-color: #32DBEE;
}
</style>
border-color css
<style>
span { border-color: #32DBEE; }
span { border-color: rgb(50,219,238); }
td.TdClassName
{
border-color: #32DBEE;
}
.TagClassName
{
border-color: #32DBEE;
}
</style>