Shades of Turquoise Blue #52E2E8
Tints of Turquoise Blue #52E2E8
RGB
CMYK
RGB Variations
Color information
#52E2E8 (or 0x52E2E8) is known color: Turquoise Blue. HEX triplet: 52, E2 and E8. RGB value is (82,226,232). Sum of RGB (Red+Green+Blue) = 82+226+232=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #52E2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E2E8 is #AD1D17. Grayscale: #B7B7B7. Windows color (decimal): -11345176 or 15262290. OLE color: 15262290.
HSL color Cylindrical-coordinate representation of color #52E2E8: hue angle of 182.4º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E2E8 is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 226 | 232 | - |
| CMYK | 0.65 | 0.03 | 0 | 0.09 |
| HSL | 182.4º | 0.77% | 0.62% | - |
| HSV(B) | 182.4º | 0.65% | 0.91% | - |
| XYZ | 45.24 | 62.01 | 85.93 | - |
| YUV | 183.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 232 | 0.65 | 0.03 | 0 | 0.09 | 182.4 | 0.77 | 0.62 |
| Hex | 52 | E2 | E8 | 41 | 3 | 0 | 9 | B6 | 4D | 3E |
| Octal | 122 | 342 | 350 | 101 | 3 | 0 | 11 | 266 | 115 | 76 |
| Binary | 1010010 | 11100010 | 11101000 | 1000001 | 11 | 0 | 1001 | 10110110 | 1001101 | 111110 |
Color Harmonies of #52E2E8
Complementary color
Monochromatic Colors of #52E2E8
Black with #52E2E8
Text Example
Text Example
White with #52E2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E2E8; }
p { color: rgb(82,226,232); }
H1.HeaderClassName
{
color: #52E2E8;
}
.AnyTagClassName
{
color: #52E2E8;
}
</style>
background-color css
<style>
a { background-color: #52E2E8; }
a { background-color: rgb(82,226,232); }
div.DivClassName
{
background-color: #52E2E8;
}
.BgClassName
{
background-color: #52E2E8;
}
</style>
border-color css
<style>
span { border-color: #52E2E8; }
span { border-color: rgb(82,226,232); }
td.TdClassName
{
border-color: #52E2E8;
}
.TagClassName
{
border-color: #52E2E8;
}
</style>