Shades of Turquoise Blue #52CEF6
Tints of Turquoise Blue #52CEF6
RGB
CMYK
RGB Variations
Color information
#52CEF6 (or 0x52CEF6) is known color: Turquoise Blue. HEX triplet: 52, CE and F6. RGB value is (82,206,246). Sum of RGB (Red+Green+Blue) = 82+206+246=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #52CEF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CEF6 is #AD3109. Grayscale: #ADADAD. Windows color (decimal): -11350282 or 16174674. OLE color: 16174674.
HSL color Cylindrical-coordinate representation of color #52CEF6: hue angle of 194.63º 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 #52CEF6 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 206 | 246 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.04 |
| HSL | 194.63º | 0.9% | 0.64% | - |
| HSV(B) | 194.63º | 0.67% | 0.96% | - |
| XYZ | 42.19 | 52.59 | 95.12 | - |
| YUV | 173.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 246 | 0.67 | 0.16 | 0 | 0.04 | 194.63 | 0.9 | 0.64 |
| Hex | 52 | CE | F6 | 43 | 10 | 0 | 4 | C3 | 5A | 40 |
| Octal | 122 | 316 | 366 | 103 | 20 | 0 | 4 | 303 | 132 | 100 |
| Binary | 1010010 | 11001110 | 11110110 | 1000011 | 10000 | 0 | 100 | 11000011 | 1011010 | 1000000 |
Color Harmonies of #52CEF6
Complementary color
Monochromatic Colors of #52CEF6
Black with #52CEF6
Text Example
Text Example
White with #52CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEF6; }
p { color: rgb(82,206,246); }
H1.HeaderClassName
{
color: #52CEF6;
}
.AnyTagClassName
{
color: #52CEF6;
}
</style>
background-color css
<style>
a { background-color: #52CEF6; }
a { background-color: rgb(82,206,246); }
div.DivClassName
{
background-color: #52CEF6;
}
.BgClassName
{
background-color: #52CEF6;
}
</style>
border-color css
<style>
span { border-color: #52CEF6; }
span { border-color: rgb(82,206,246); }
td.TdClassName
{
border-color: #52CEF6;
}
.TagClassName
{
border-color: #52CEF6;
}
</style>