Shades of Turquoise Blue #52CFF6
Tints of Turquoise Blue #52CFF6
RGB
CMYK
RGB Variations
Color information
#52CFF6 (or 0x52CFF6) is known color: Turquoise Blue. HEX triplet: 52, CF and F6. RGB value is (82,207,246). Sum of RGB (Red+Green+Blue) = 82+207+246=535 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.33% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 246 (96.48% from 255 or 45.98% from 535); Max value from RGB is 246 - color contains mainly: blue. Hex color #52CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFF6 is #AD3009. Grayscale: #ADADAD. Windows color (decimal): -11350026 or 16174930. OLE color: 16174930.
HSL color Cylindrical-coordinate representation of color #52CFF6: hue angle of 194.27º 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 #52CFF6 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 207 | 246 | - |
| CMYK | 0.67 | 0.16 | 0 | 0.04 |
| HSL | 194.27º | 0.9% | 0.64% | - |
| HSV(B) | 194.27º | 0.67% | 0.96% | - |
| XYZ | 42.43 | 53.07 | 95.2 | - |
| YUV | 174.07 | 168.59 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 246 | 0.67 | 0.16 | 0 | 0.04 | 194.27 | 0.9 | 0.64 |
| Hex | 52 | CF | F6 | 43 | 10 | 0 | 4 | C2 | 5A | 40 |
| Octal | 122 | 317 | 366 | 103 | 20 | 0 | 4 | 302 | 132 | 100 |
| Binary | 1010010 | 11001111 | 11110110 | 1000011 | 10000 | 0 | 100 | 11000010 | 1011010 | 1000000 |
Color Harmonies of #52CFF6
Complementary color
Monochromatic Colors of #52CFF6
Black with #52CFF6
Text Example
Text Example
White with #52CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFF6; }
p { color: rgb(82,207,246); }
H1.HeaderClassName
{
color: #52CFF6;
}
.AnyTagClassName
{
color: #52CFF6;
}
</style>
background-color css
<style>
a { background-color: #52CFF6; }
a { background-color: rgb(82,207,246); }
div.DivClassName
{
background-color: #52CFF6;
}
.BgClassName
{
background-color: #52CFF6;
}
</style>
border-color css
<style>
span { border-color: #52CFF6; }
span { border-color: rgb(82,207,246); }
td.TdClassName
{
border-color: #52CFF6;
}
.TagClassName
{
border-color: #52CFF6;
}
</style>