Shades of Turquoise Blue #52CFEF
Tints of Turquoise Blue #52CFEF
RGB
CMYK
RGB Variations
Color information
#52CFEF (or 0x52CFEF) is known color: Turquoise Blue. HEX triplet: 52, CF and EF. RGB value is (82,207,239). Sum of RGB (Red+Green+Blue) = 82+207+239=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #52CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFEF is #AD3010. Grayscale: #ADADAD. Windows color (decimal): -11350033 or 15716178. OLE color: 15716178.
HSL color Cylindrical-coordinate representation of color #52CFEF: hue angle of 192.23º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CFEF is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 207 | 239 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.06 |
| HSL | 192.23º | 0.83% | 0.63% | - |
| HSV(B) | 192.23º | 0.66% | 0.94% | - |
| XYZ | 41.37 | 52.65 | 89.64 | - |
| YUV | 173.27 | 165.09 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 239 | 0.66 | 0.13 | 0 | 0.06 | 192.23 | 0.83 | 0.63 |
| Hex | 52 | CF | EF | 42 | D | 0 | 6 | C0 | 53 | 3F |
| Octal | 122 | 317 | 357 | 102 | 15 | 0 | 6 | 300 | 123 | 77 |
| Binary | 1010010 | 11001111 | 11101111 | 1000010 | 1101 | 0 | 110 | 11000000 | 1010011 | 111111 |
Color Harmonies of #52CFEF
Complementary color
Monochromatic Colors of #52CFEF
Black with #52CFEF
Text Example
Text Example
White with #52CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFEF; }
p { color: rgb(82,207,239); }
H1.HeaderClassName
{
color: #52CFEF;
}
.AnyTagClassName
{
color: #52CFEF;
}
</style>
background-color css
<style>
a { background-color: #52CFEF; }
a { background-color: rgb(82,207,239); }
div.DivClassName
{
background-color: #52CFEF;
}
.BgClassName
{
background-color: #52CFEF;
}
</style>
border-color css
<style>
span { border-color: #52CFEF; }
span { border-color: rgb(82,207,239); }
td.TdClassName
{
border-color: #52CFEF;
}
.TagClassName
{
border-color: #52CFEF;
}
</style>