Shades of Turquoise Blue #52D3E7
Tints of Turquoise Blue #52D3E7
RGB
CMYK
RGB Variations
Color information
#52D3E7 (or 0x52D3E7) is known color: Turquoise Blue. HEX triplet: 52, D3 and E7. RGB value is (82,211,231). Sum of RGB (Red+Green+Blue) = 82+211+231=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #52D3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D3E7 is #AD2C18. Grayscale: #AEAEAE. Windows color (decimal): -11349017 or 15192914. OLE color: 15192914.
HSL color Cylindrical-coordinate representation of color #52D3E7: hue angle of 188.05º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52D3E7 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 211 | 231 | - |
| CMYK | 0.65 | 0.09 | 0 | 0.09 |
| HSL | 188.05º | 0.76% | 0.61% | - |
| HSV(B) | 188.05º | 0.65% | 0.91% | - |
| XYZ | 41.2 | 54.15 | 83.88 | - |
| YUV | 174.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 231 | 0.65 | 0.09 | 0 | 0.09 | 188.05 | 0.76 | 0.61 |
| Hex | 52 | D3 | E7 | 41 | 9 | 0 | 9 | BC | 4C | 3D |
| Octal | 122 | 323 | 347 | 101 | 11 | 0 | 11 | 274 | 114 | 75 |
| Binary | 1010010 | 11010011 | 11100111 | 1000001 | 1001 | 0 | 1001 | 10111100 | 1001100 | 111101 |
Color Harmonies of #52D3E7
Complementary color
Monochromatic Colors of #52D3E7
Black with #52D3E7
Text Example
Text Example
White with #52D3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D3E7; }
p { color: rgb(82,211,231); }
H1.HeaderClassName
{
color: #52D3E7;
}
.AnyTagClassName
{
color: #52D3E7;
}
</style>
background-color css
<style>
a { background-color: #52D3E7; }
a { background-color: rgb(82,211,231); }
div.DivClassName
{
background-color: #52D3E7;
}
.BgClassName
{
background-color: #52D3E7;
}
</style>
border-color css
<style>
span { border-color: #52D3E7; }
span { border-color: rgb(82,211,231); }
td.TdClassName
{
border-color: #52D3E7;
}
.TagClassName
{
border-color: #52D3E7;
}
</style>