Shades of Turquoise Blue #52CFEC
Tints of Turquoise Blue #52CFEC
RGB
CMYK
RGB Variations
Color information
#52CFEC (or 0x52CFEC) is known color: Turquoise Blue. HEX triplet: 52, CF and EC. RGB value is (82,207,236). Sum of RGB (Red+Green+Blue) = 82+207+236=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #52CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFEC is #AD3013. Grayscale: #ACACAC. Windows color (decimal): -11350036 or 15519570. OLE color: 15519570.
HSL color Cylindrical-coordinate representation of color #52CFEC: hue angle of 191.3º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CFEC is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 207 | 236 | - |
| CMYK | 0.65 | 0.12 | 0 | 0.07 |
| HSL | 191.3º | 0.8% | 0.62% | - |
| HSV(B) | 191.3º | 0.65% | 0.93% | - |
| XYZ | 40.93 | 52.48 | 87.33 | - |
| YUV | 172.93 | 163.59 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 236 | 0.65 | 0.12 | 0 | 0.07 | 191.3 | 0.8 | 0.62 |
| Hex | 52 | CF | EC | 41 | C | 0 | 7 | BF | 50 | 3E |
| Octal | 122 | 317 | 354 | 101 | 14 | 0 | 7 | 277 | 120 | 76 |
| Binary | 1010010 | 11001111 | 11101100 | 1000001 | 1100 | 0 | 111 | 10111111 | 1010000 | 111110 |
Color Harmonies of #52CFEC
Complementary color
Monochromatic Colors of #52CFEC
Black with #52CFEC
Text Example
Text Example
White with #52CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFEC; }
p { color: rgb(82,207,236); }
H1.HeaderClassName
{
color: #52CFEC;
}
.AnyTagClassName
{
color: #52CFEC;
}
</style>
background-color css
<style>
a { background-color: #52CFEC; }
a { background-color: rgb(82,207,236); }
div.DivClassName
{
background-color: #52CFEC;
}
.BgClassName
{
background-color: #52CFEC;
}
</style>
border-color css
<style>
span { border-color: #52CFEC; }
span { border-color: rgb(82,207,236); }
td.TdClassName
{
border-color: #52CFEC;
}
.TagClassName
{
border-color: #52CFEC;
}
</style>