Shades of Turquoise Blue #52E0E5
Tints of Turquoise Blue #52E0E5
RGB
CMYK
RGB Variations
Color information
#52E0E5 (or 0x52E0E5) is known color: Turquoise Blue. HEX triplet: 52, E0 and E5. RGB value is (82,224,229). Sum of RGB (Red+Green+Blue) = 82+224+229=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #52E0E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E0E5 is #AD1F1A. Grayscale: #B5B5B5. Windows color (decimal): -11345691 or 15065170. OLE color: 15065170.
HSL color Cylindrical-coordinate representation of color #52E0E5: hue angle of 182.04º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E0E5 is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 224 | 229 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.10 |
| HSL | 182.04º | 0.74% | 0.61% | - |
| HSV(B) | 182.04º | 0.64% | 0.9% | - |
| XYZ | 44.28 | 60.76 | 83.52 | - |
| YUV | 182.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 229 | 0.64 | 0.02 | 0 | 0.10 | 182.04 | 0.74 | 0.61 |
| Hex | 52 | E0 | E5 | 40 | 2 | 0 | A | B6 | 4A | 3D |
| Octal | 122 | 340 | 345 | 100 | 2 | 0 | 12 | 266 | 112 | 75 |
| Binary | 1010010 | 11100000 | 11100101 | 1000000 | 10 | 0 | 1010 | 10110110 | 1001010 | 111101 |
Color Harmonies of #52E0E5
Complementary color
Monochromatic Colors of #52E0E5
Black with #52E0E5
Text Example
Text Example
White with #52E0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E0E5; }
p { color: rgb(82,224,229); }
H1.HeaderClassName
{
color: #52E0E5;
}
.AnyTagClassName
{
color: #52E0E5;
}
</style>
background-color css
<style>
a { background-color: #52E0E5; }
a { background-color: rgb(82,224,229); }
div.DivClassName
{
background-color: #52E0E5;
}
.BgClassName
{
background-color: #52E0E5;
}
</style>
border-color css
<style>
span { border-color: #52E0E5; }
span { border-color: rgb(82,224,229); }
td.TdClassName
{
border-color: #52E0E5;
}
.TagClassName
{
border-color: #52E0E5;
}
</style>