Shades of Turquoise #32DEEB
Tints of Turquoise #32DEEB
RGB
CMYK
RGB Variations
Color information
#32DEEB (or 0x32DEEB) is known color: Turquoise. HEX triplet: 32, DE and EB. RGB value is (50,222,235). Sum of RGB (Red+Green+Blue) = 50+222+235=507 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.86% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #32DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32DEEB is #CD2114. Grayscale: #ABABAB. Windows color (decimal): -13443349 or 15457842. OLE color: 15457842.
HSL color Cylindrical-coordinate representation of color #32DEEB: hue angle of 184.22º degrees, saturation: 0.82, 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 #32DEEB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 222 | 235 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.08 |
| HSL | 184.22º | 0.82% | 0.56% | - |
| HSV(B) | 184.22º | 0.79% | 0.92% | - |
| XYZ | 42.43 | 58.92 | 87.73 | - |
| YUV | 172.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 235 | 0.79 | 0.06 | 0 | 0.08 | 184.22 | 0.82 | 0.56 |
| Hex | 32 | DE | EB | 4F | 6 | 0 | 8 | B8 | 52 | 38 |
| Octal | 62 | 336 | 353 | 117 | 6 | 0 | 10 | 270 | 122 | 70 |
| Binary | 110010 | 11011110 | 11101011 | 1001111 | 110 | 0 | 1000 | 10111000 | 1010010 | 111000 |
Color Harmonies of #32DEEB
Complementary color
Monochromatic Colors of #32DEEB
Black with #32DEEB
Text Example
Text Example
White with #32DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DEEB; }
p { color: rgb(50,222,235); }
H1.HeaderClassName
{
color: #32DEEB;
}
.AnyTagClassName
{
color: #32DEEB;
}
</style>
background-color css
<style>
a { background-color: #32DEEB; }
a { background-color: rgb(50,222,235); }
div.DivClassName
{
background-color: #32DEEB;
}
.BgClassName
{
background-color: #32DEEB;
}
</style>
border-color css
<style>
span { border-color: #32DEEB; }
span { border-color: rgb(50,222,235); }
td.TdClassName
{
border-color: #32DEEB;
}
.TagClassName
{
border-color: #32DEEB;
}
</style>