Shades of Turquoise Blue #52DCEF
Tints of Turquoise Blue #52DCEF
RGB
CMYK
RGB Variations
Color information
#52DCEF (or 0x52DCEF) is known color: Turquoise Blue. HEX triplet: 52, DC and EF. RGB value is (82,220,239). Sum of RGB (Red+Green+Blue) = 82+220+239=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #52DCEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCEF is #AD2310. Grayscale: #B4B4B4. Windows color (decimal): -11346705 or 15719506. OLE color: 15719506.
HSL color Cylindrical-coordinate representation of color #52DCEF: hue angle of 187.26º 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 #52DCEF is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 220 | 239 | - |
| CMYK | 0.66 | 0.08 | 0 | 0.06 |
| HSL | 187.26º | 0.83% | 0.63% | - |
| HSV(B) | 187.26º | 0.66% | 0.94% | - |
| XYZ | 44.65 | 59.21 | 90.74 | - |
| YUV | 180.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 239 | 0.66 | 0.08 | 0 | 0.06 | 187.26 | 0.83 | 0.63 |
| Hex | 52 | DC | EF | 42 | 8 | 0 | 6 | BB | 53 | 3F |
| Octal | 122 | 334 | 357 | 102 | 10 | 0 | 6 | 273 | 123 | 77 |
| Binary | 1010010 | 11011100 | 11101111 | 1000010 | 1000 | 0 | 110 | 10111011 | 1010011 | 111111 |
Color Harmonies of #52DCEF
Complementary color
Monochromatic Colors of #52DCEF
Black with #52DCEF
Text Example
Text Example
White with #52DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCEF; }
p { color: rgb(82,220,239); }
H1.HeaderClassName
{
color: #52DCEF;
}
.AnyTagClassName
{
color: #52DCEF;
}
</style>
background-color css
<style>
a { background-color: #52DCEF; }
a { background-color: rgb(82,220,239); }
div.DivClassName
{
background-color: #52DCEF;
}
.BgClassName
{
background-color: #52DCEF;
}
</style>
border-color css
<style>
span { border-color: #52DCEF; }
span { border-color: rgb(82,220,239); }
td.TdClassName
{
border-color: #52DCEF;
}
.TagClassName
{
border-color: #52DCEF;
}
</style>