Shades of Turquoise Blue #52ECF2
Tints of Turquoise Blue #52ECF2
RGB
CMYK
RGB Variations
Color information
#52ECF2 (or 0x52ECF2) is known color: Turquoise Blue. HEX triplet: 52, EC and F2. RGB value is (82,236,242). Sum of RGB (Red+Green+Blue) = 82+236+242=560 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.64% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #52ECF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECF2 is #AD130D. Grayscale: #BEBEBE. Windows color (decimal): -11342606 or 15920210. OLE color: 15920210.
HSL color Cylindrical-coordinate representation of color #52ECF2: hue angle of 182.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52ECF2 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 236 | 242 | - |
| CMYK | 0.66 | 0.02 | 0 | 0.05 |
| HSL | 182.25º | 0.86% | 0.64% | - |
| HSV(B) | 182.25º | 0.66% | 0.95% | - |
| XYZ | 49.5 | 68.2 | 94.56 | - |
| YUV | 190.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 242 | 0.66 | 0.02 | 0 | 0.05 | 182.25 | 0.86 | 0.64 |
| Hex | 52 | EC | F2 | 42 | 2 | 0 | 5 | B6 | 56 | 40 |
| Octal | 122 | 354 | 362 | 102 | 2 | 0 | 5 | 266 | 126 | 100 |
| Binary | 1010010 | 11101100 | 11110010 | 1000010 | 10 | 0 | 101 | 10110110 | 1010110 | 1000000 |
Color Harmonies of #52ECF2
Complementary color
Monochromatic Colors of #52ECF2
Black with #52ECF2
Text Example
Text Example
White with #52ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ECF2; }
p { color: rgb(82,236,242); }
H1.HeaderClassName
{
color: #52ECF2;
}
.AnyTagClassName
{
color: #52ECF2;
}
</style>
background-color css
<style>
a { background-color: #52ECF2; }
a { background-color: rgb(82,236,242); }
div.DivClassName
{
background-color: #52ECF2;
}
.BgClassName
{
background-color: #52ECF2;
}
</style>
border-color css
<style>
span { border-color: #52ECF2; }
span { border-color: rgb(82,236,242); }
td.TdClassName
{
border-color: #52ECF2;
}
.TagClassName
{
border-color: #52ECF2;
}
</style>