Shades of Turquoise #32DEEA
Tints of Turquoise #32DEEA
RGB
CMYK
RGB Variations
Color information
#32DEEA (or 0x32DEEA) is known color: Turquoise. HEX triplet: 32, DE and EA. RGB value is (50,222,234). Sum of RGB (Red+Green+Blue) = 50+222+234=506 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.88% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #32DEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEEA is #CD2115. Grayscale: #ABABAB. Windows color (decimal): -13443350 or 15392306. OLE color: 15392306.
HSL color Cylindrical-coordinate representation of color #32DEEA: hue angle of 183.91º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32DEEA is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 222 | 234 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.08 |
| HSL | 183.91º | 0.81% | 0.56% | - |
| HSV(B) | 183.91º | 0.79% | 0.92% | - |
| XYZ | 42.29 | 58.86 | 86.97 | - |
| YUV | 171.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 234 | 0.79 | 0.05 | 0 | 0.08 | 183.91 | 0.81 | 0.56 |
| Hex | 32 | DE | EA | 4F | 5 | 0 | 8 | B8 | 51 | 38 |
| Octal | 62 | 336 | 352 | 117 | 5 | 0 | 10 | 270 | 121 | 70 |
| Binary | 110010 | 11011110 | 11101010 | 1001111 | 101 | 0 | 1000 | 10111000 | 1010001 | 111000 |
Color Harmonies of #32DEEA
Complementary color
Monochromatic Colors of #32DEEA
Black with #32DEEA
Text Example
Text Example
White with #32DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEEA; }
p { color: rgb(50,222,234); }
H1.HeaderClassName
{
color: #32DEEA;
}
.AnyTagClassName
{
color: #32DEEA;
}
</style>
background-color css
<style>
a { background-color: #32DEEA; }
a { background-color: rgb(50,222,234); }
div.DivClassName
{
background-color: #32DEEA;
}
.BgClassName
{
background-color: #32DEEA;
}
</style>
border-color css
<style>
span { border-color: #32DEEA; }
span { border-color: rgb(50,222,234); }
td.TdClassName
{
border-color: #32DEEA;
}
.TagClassName
{
border-color: #32DEEA;
}
</style>