Shades of Turquoise Blue #52DFFF
Tints of Turquoise Blue #52DFFF
RGB
CMYK
RGB Variations
Color information
#52DFFF (or 0x52DFFF) is known color: Turquoise Blue. HEX triplet: 52, DF and FF. RGB value is (82,223,255). Sum of RGB (Red+Green+Blue) = 82+223+255=560 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.64% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #52DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DFFF is #AD2000. Grayscale: #B8B8B8. Windows color (decimal): -11345921 or 16768850. OLE color: 16768850.
HSL color Cylindrical-coordinate representation of color #52DFFF: hue angle of 191.1º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52DFFF is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 223 | 255 | - |
| CMYK | 0.68 | 0.13 | 0 | 0 |
| HSL | 191.1º | 1% | 0.66% | - |
| HSV(B) | 191.1º | 0.68% | 1% | - |
| XYZ | 47.92 | 61.79 | 104.01 | - |
| YUV | 184.49 | 167.79 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 255 | 0.68 | 0.13 | 0 | 0 | 191.1 | 1 | 0.66 |
| Hex | 52 | DF | FF | 44 | D | 0 | 0 | BF | 64 | 42 |
| Octal | 122 | 337 | 377 | 104 | 15 | 0 | 0 | 277 | 144 | 102 |
| Binary | 1010010 | 11011111 | 11111111 | 1000100 | 1101 | 0 | 0 | 10111111 | 1100100 | 1000010 |
Color Harmonies of #52DFFF
Complementary color
Monochromatic Colors of #52DFFF
Black with #52DFFF
Text Example
Text Example
White with #52DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFFF; }
p { color: rgb(82,223,255); }
H1.HeaderClassName
{
color: #52DFFF;
}
.AnyTagClassName
{
color: #52DFFF;
}
</style>
background-color css
<style>
a { background-color: #52DFFF; }
a { background-color: rgb(82,223,255); }
div.DivClassName
{
background-color: #52DFFF;
}
.BgClassName
{
background-color: #52DFFF;
}
</style>
border-color css
<style>
span { border-color: #52DFFF; }
span { border-color: rgb(82,223,255); }
td.TdClassName
{
border-color: #52DFFF;
}
.TagClassName
{
border-color: #52DFFF;
}
</style>