Shades of Turquoise Blue #52DCFE
Tints of Turquoise Blue #52DCFE
RGB
CMYK
RGB Variations
Color information
#52DCFE (or 0x52DCFE) is known color: Turquoise Blue. HEX triplet: 52, DC and FE. RGB value is (82,220,254). Sum of RGB (Red+Green+Blue) = 82+220+254=556 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.75% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #52DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DCFE is #AD2301. Grayscale: #B6B6B6. Windows color (decimal): -11346690 or 16702546. OLE color: 16702546.
HSL color Cylindrical-coordinate representation of color #52DCFE: hue angle of 191.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DCFE is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 220 | 254 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.00 |
| HSL | 191.86º | 0.99% | 0.66% | - |
| HSV(B) | 191.86º | 0.68% | 1% | - |
| XYZ | 46.96 | 60.14 | 102.9 | - |
| YUV | 182.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 254 | 0.68 | 0.13 | 0 | 0.00 | 191.86 | 0.99 | 0.66 |
| Hex | 52 | DC | FE | 44 | D | 0 | 0 | C0 | 63 | 42 |
| Octal | 122 | 334 | 376 | 104 | 15 | 0 | 0 | 300 | 143 | 102 |
| Binary | 1010010 | 11011100 | 11111110 | 1000100 | 1101 | 0 | 0 | 11000000 | 1100011 | 1000010 |
Color Harmonies of #52DCFE
Complementary color
Monochromatic Colors of #52DCFE
Black with #52DCFE
Text Example
Text Example
White with #52DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCFE; }
p { color: rgb(82,220,254); }
H1.HeaderClassName
{
color: #52DCFE;
}
.AnyTagClassName
{
color: #52DCFE;
}
</style>
background-color css
<style>
a { background-color: #52DCFE; }
a { background-color: rgb(82,220,254); }
div.DivClassName
{
background-color: #52DCFE;
}
.BgClassName
{
background-color: #52DCFE;
}
</style>
border-color css
<style>
span { border-color: #52DCFE; }
span { border-color: rgb(82,220,254); }
td.TdClassName
{
border-color: #52DCFE;
}
.TagClassName
{
border-color: #52DCFE;
}
</style>