Shades of Turquoise Blue #52CFE8
Tints of Turquoise Blue #52CFE8
RGB
CMYK
RGB Variations
Color information
#52CFE8 (or 0x52CFE8) is known color: Turquoise Blue. HEX triplet: 52, CF and E8. RGB value is (82,207,232). Sum of RGB (Red+Green+Blue) = 82+207+232=521 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.74% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #52CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFE8 is #AD3017. Grayscale: #ACACAC. Windows color (decimal): -11350040 or 15257426. OLE color: 15257426.
HSL color Cylindrical-coordinate representation of color #52CFE8: hue angle of 190º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52CFE8 is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 207 | 232 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.09 |
| HSL | 190º | 0.77% | 0.62% | - |
| HSV(B) | 190º | 0.65% | 0.91% | - |
| XYZ | 40.36 | 52.25 | 84.3 | - |
| YUV | 172.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 232 | 0.65 | 0.11 | 0 | 0.09 | 190 | 0.77 | 0.62 |
| Hex | 52 | CF | E8 | 41 | B | 0 | 9 | BE | 4D | 3E |
| Octal | 122 | 317 | 350 | 101 | 13 | 0 | 11 | 276 | 115 | 76 |
| Binary | 1010010 | 11001111 | 11101000 | 1000001 | 1011 | 0 | 1001 | 10111110 | 1001101 | 111110 |
Color Harmonies of #52CFE8
Complementary color
Monochromatic Colors of #52CFE8
Black with #52CFE8
Text Example
Text Example
White with #52CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFE8; }
p { color: rgb(82,207,232); }
H1.HeaderClassName
{
color: #52CFE8;
}
.AnyTagClassName
{
color: #52CFE8;
}
</style>
background-color css
<style>
a { background-color: #52CFE8; }
a { background-color: rgb(82,207,232); }
div.DivClassName
{
background-color: #52CFE8;
}
.BgClassName
{
background-color: #52CFE8;
}
</style>
border-color css
<style>
span { border-color: #52CFE8; }
span { border-color: rgb(82,207,232); }
td.TdClassName
{
border-color: #52CFE8;
}
.TagClassName
{
border-color: #52CFE8;
}
</style>