Shades of Turquoise Blue #52EDEF
Tints of Turquoise Blue #52EDEF
RGB
CMYK
RGB Variations
Color information
#52EDEF (or 0x52EDEF) is known color: Turquoise Blue. HEX triplet: 52, ED and EF. RGB value is (82,237,239). Sum of RGB (Red+Green+Blue) = 82+237+239=558 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.70% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #52EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EDEF is #AD1210. Grayscale: #BEBEBE. Windows color (decimal): -11342353 or 15723858. OLE color: 15723858.
HSL color Cylindrical-coordinate representation of color #52EDEF: hue angle of 180.76º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EDEF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 237 | 239 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.06 |
| HSL | 180.76º | 0.83% | 0.63% | - |
| HSV(B) | 180.76º | 0.66% | 0.94% | - |
| XYZ | 49.34 | 68.59 | 92.3 | - |
| YUV | 190.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 237 | 239 | 0.66 | 0.01 | 0 | 0.06 | 180.76 | 0.83 | 0.63 |
| Hex | 52 | ED | EF | 42 | 1 | 0 | 6 | B5 | 53 | 3F |
| Octal | 122 | 355 | 357 | 102 | 1 | 0 | 6 | 265 | 123 | 77 |
| Binary | 1010010 | 11101101 | 11101111 | 1000010 | 1 | 0 | 110 | 10110101 | 1010011 | 111111 |
Color Harmonies of #52EDEF
Complementary color
Monochromatic Colors of #52EDEF
Black with #52EDEF
Text Example
Text Example
White with #52EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EDEF; }
p { color: rgb(82,237,239); }
H1.HeaderClassName
{
color: #52EDEF;
}
.AnyTagClassName
{
color: #52EDEF;
}
</style>
background-color css
<style>
a { background-color: #52EDEF; }
a { background-color: rgb(82,237,239); }
div.DivClassName
{
background-color: #52EDEF;
}
.BgClassName
{
background-color: #52EDEF;
}
</style>
border-color css
<style>
span { border-color: #52EDEF; }
span { border-color: rgb(82,237,239); }
td.TdClassName
{
border-color: #52EDEF;
}
.TagClassName
{
border-color: #52EDEF;
}
</style>