Shades of Turquoise Blue #52EBEE
Tints of Turquoise Blue #52EBEE
RGB
CMYK
RGB Variations
Color information
#52EBEE (or 0x52EBEE) is known color: Turquoise Blue. HEX triplet: 52, EB and EE. RGB value is (82,235,238). Sum of RGB (Red+Green+Blue) = 82+235+238=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #52EBEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EBEE is #AD1411. Grayscale: #BDBDBD. Windows color (decimal): -11342866 or 15657810. OLE color: 15657810.
HSL color Cylindrical-coordinate representation of color #52EBEE: hue angle of 181.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EBEE is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 235 | 238 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.07 |
| HSL | 181.15º | 0.82% | 0.63% | - |
| HSV(B) | 181.15º | 0.66% | 0.93% | - |
| XYZ | 48.62 | 67.38 | 91.33 | - |
| YUV | 189.6 | 155.31 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 238 | 0.66 | 0.01 | 0 | 0.07 | 181.15 | 0.82 | 0.63 |
| Hex | 52 | EB | EE | 42 | 1 | 0 | 7 | B5 | 52 | 3F |
| Octal | 122 | 353 | 356 | 102 | 1 | 0 | 7 | 265 | 122 | 77 |
| Binary | 1010010 | 11101011 | 11101110 | 1000010 | 1 | 0 | 111 | 10110101 | 1010010 | 111111 |
Color Harmonies of #52EBEE
Complementary color
Monochromatic Colors of #52EBEE
Black with #52EBEE
Text Example
Text Example
White with #52EBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBEE; }
p { color: rgb(82,235,238); }
H1.HeaderClassName
{
color: #52EBEE;
}
.AnyTagClassName
{
color: #52EBEE;
}
</style>
background-color css
<style>
a { background-color: #52EBEE; }
a { background-color: rgb(82,235,238); }
div.DivClassName
{
background-color: #52EBEE;
}
.BgClassName
{
background-color: #52EBEE;
}
</style>
border-color css
<style>
span { border-color: #52EBEE; }
span { border-color: rgb(82,235,238); }
td.TdClassName
{
border-color: #52EBEE;
}
.TagClassName
{
border-color: #52EBEE;
}
</style>