Shades of Turquoise #32D5EE
Tints of Turquoise #32D5EE
RGB
CMYK
RGB Variations
Color information
#32D5EE (or 0x32D5EE) is known color: Turquoise. HEX triplet: 32, D5 and EE. RGB value is (50,213,238). Sum of RGB (Red+Green+Blue) = 50+213+238=501 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.98% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #32D5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D5EE is #CD2A11. Grayscale: #A6A6A6. Windows color (decimal): -13445650 or 15652146. OLE color: 15652146.
HSL color Cylindrical-coordinate representation of color #32D5EE: hue angle of 187.98º 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 #32D5EE is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 213 | 238 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.07 |
| HSL | 187.98º | 0.85% | 0.56% | - |
| HSV(B) | 187.98º | 0.79% | 0.93% | - |
| XYZ | 40.54 | 54.44 | 89.26 | - |
| YUV | 167.11 | 168 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 238 | 0.79 | 0.11 | 0 | 0.07 | 187.98 | 0.85 | 0.56 |
| Hex | 32 | D5 | EE | 4F | B | 0 | 7 | BC | 55 | 38 |
| Octal | 62 | 325 | 356 | 117 | 13 | 0 | 7 | 274 | 125 | 70 |
| Binary | 110010 | 11010101 | 11101110 | 1001111 | 1011 | 0 | 111 | 10111100 | 1010101 | 111000 |
Color Harmonies of #32D5EE
Complementary color
Monochromatic Colors of #32D5EE
Black with #32D5EE
Text Example
Text Example
White with #32D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D5EE; }
p { color: rgb(50,213,238); }
H1.HeaderClassName
{
color: #32D5EE;
}
.AnyTagClassName
{
color: #32D5EE;
}
</style>
background-color css
<style>
a { background-color: #32D5EE; }
a { background-color: rgb(50,213,238); }
div.DivClassName
{
background-color: #32D5EE;
}
.BgClassName
{
background-color: #32D5EE;
}
</style>
border-color css
<style>
span { border-color: #32D5EE; }
span { border-color: rgb(50,213,238); }
td.TdClassName
{
border-color: #32D5EE;
}
.TagClassName
{
border-color: #32D5EE;
}
</style>