Shades of Turquoise #32DAEE
Tints of Turquoise #32DAEE
RGB
CMYK
RGB Variations
Color information
#32DAEE (or 0x32DAEE) is known color: Turquoise. HEX triplet: 32, DA and EE. RGB value is (50,218,238). Sum of RGB (Red+Green+Blue) = 50+218+238=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #32DAEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAEE is #CD2511. Grayscale: #A9A9A9. Windows color (decimal): -13444370 or 15653426. OLE color: 15653426.
HSL color Cylindrical-coordinate representation of color #32DAEE: hue angle of 186.38º 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 #32DAEE is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 218 | 238 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.07 |
| HSL | 186.38º | 0.85% | 0.56% | - |
| HSV(B) | 186.38º | 0.79% | 0.93% | - |
| XYZ | 41.82 | 56.99 | 89.69 | - |
| YUV | 170.05 | 166.34 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 238 | 0.79 | 0.08 | 0 | 0.07 | 186.38 | 0.85 | 0.56 |
| Hex | 32 | DA | EE | 4F | 8 | 0 | 7 | BA | 55 | 38 |
| Octal | 62 | 332 | 356 | 117 | 10 | 0 | 7 | 272 | 125 | 70 |
| Binary | 110010 | 11011010 | 11101110 | 1001111 | 1000 | 0 | 111 | 10111010 | 1010101 | 111000 |
Color Harmonies of #32DAEE
Complementary color
Monochromatic Colors of #32DAEE
Black with #32DAEE
Text Example
Text Example
White with #32DAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAEE; }
p { color: rgb(50,218,238); }
H1.HeaderClassName
{
color: #32DAEE;
}
.AnyTagClassName
{
color: #32DAEE;
}
</style>
background-color css
<style>
a { background-color: #32DAEE; }
a { background-color: rgb(50,218,238); }
div.DivClassName
{
background-color: #32DAEE;
}
.BgClassName
{
background-color: #32DAEE;
}
</style>
border-color css
<style>
span { border-color: #32DAEE; }
span { border-color: rgb(50,218,238); }
td.TdClassName
{
border-color: #32DAEE;
}
.TagClassName
{
border-color: #32DAEE;
}
</style>