Shades of Turquoise Blue #52ECF6
Tints of Turquoise Blue #52ECF6
RGB
CMYK
RGB Variations
Color information
#52ECF6 (or 0x52ECF6) is known color: Turquoise Blue. HEX triplet: 52, EC and F6. RGB value is (82,236,246). Sum of RGB (Red+Green+Blue) = 82+236+246=564 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.54% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #52ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52ECF6 is #AD1309. Grayscale: #BEBEBE. Windows color (decimal): -11342602 or 16182354. OLE color: 16182354.
HSL color Cylindrical-coordinate representation of color #52ECF6: hue angle of 183.66º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52ECF6 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 236 | 246 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.04 |
| HSL | 183.66º | 0.9% | 0.64% | - |
| HSV(B) | 183.66º | 0.67% | 0.96% | - |
| XYZ | 50.11 | 68.44 | 97.76 | - |
| YUV | 191.09 | 158.98 | 50.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 246 | 0.67 | 0.04 | 0 | 0.04 | 183.66 | 0.9 | 0.64 |
| Hex | 52 | EC | F6 | 43 | 4 | 0 | 4 | B8 | 5A | 40 |
| Octal | 122 | 354 | 366 | 103 | 4 | 0 | 4 | 270 | 132 | 100 |
| Binary | 1010010 | 11101100 | 11110110 | 1000011 | 100 | 0 | 100 | 10111000 | 1011010 | 1000000 |
Color Harmonies of #52ECF6
Complementary color
Monochromatic Colors of #52ECF6
Black with #52ECF6
Text Example
Text Example
White with #52ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ECF6; }
p { color: rgb(82,236,246); }
H1.HeaderClassName
{
color: #52ECF6;
}
.AnyTagClassName
{
color: #52ECF6;
}
</style>
background-color css
<style>
a { background-color: #52ECF6; }
a { background-color: rgb(82,236,246); }
div.DivClassName
{
background-color: #52ECF6;
}
.BgClassName
{
background-color: #52ECF6;
}
</style>
border-color css
<style>
span { border-color: #52ECF6; }
span { border-color: rgb(82,236,246); }
td.TdClassName
{
border-color: #52ECF6;
}
.TagClassName
{
border-color: #52ECF6;
}
</style>