Shades of Turquoise #32DAE6
Tints of Turquoise #32DAE6
RGB
CMYK
RGB Variations
Color information
#32DAE6 (or 0x32DAE6) is known color: Turquoise. HEX triplet: 32, DA and E6. RGB value is (50,218,230). Sum of RGB (Red+Green+Blue) = 50+218+230=498 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.04% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #32DAE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DAE6 is #CD2519. Grayscale: #A8A8A8. Windows color (decimal): -13444378 or 15129138. OLE color: 15129138.
HSL color Cylindrical-coordinate representation of color #32DAE6: hue angle of 184º 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 #32DAE6 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 218 | 230 | - |
| CMYK | 0.78 | 0.05 | 0 | 0.10 |
| HSL | 184º | 0.78% | 0.55% | - |
| HSV(B) | 184º | 0.78% | 0.9% | - |
| XYZ | 40.67 | 56.53 | 83.63 | - |
| YUV | 169.14 | 162.34 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 230 | 0.78 | 0.05 | 0 | 0.10 | 184 | 0.78 | 0.55 |
| Hex | 32 | DA | E6 | 4E | 5 | 0 | A | B8 | 4E | 37 |
| Octal | 62 | 332 | 346 | 116 | 5 | 0 | 12 | 270 | 116 | 67 |
| Binary | 110010 | 11011010 | 11100110 | 1001110 | 101 | 0 | 1010 | 10111000 | 1001110 | 110111 |
Color Harmonies of #32DAE6
Complementary color
Monochromatic Colors of #32DAE6
Black with #32DAE6
Text Example
Text Example
White with #32DAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DAE6; }
p { color: rgb(50,218,230); }
H1.HeaderClassName
{
color: #32DAE6;
}
.AnyTagClassName
{
color: #32DAE6;
}
</style>
background-color css
<style>
a { background-color: #32DAE6; }
a { background-color: rgb(50,218,230); }
div.DivClassName
{
background-color: #32DAE6;
}
.BgClassName
{
background-color: #32DAE6;
}
</style>
border-color css
<style>
span { border-color: #32DAE6; }
span { border-color: rgb(50,218,230); }
td.TdClassName
{
border-color: #32DAE6;
}
.TagClassName
{
border-color: #32DAE6;
}
</style>