Shades of Turquoise Blue #52DFE5
Tints of Turquoise Blue #52DFE5
RGB
CMYK
RGB Variations
Color information
#52DFE5 (or 0x52DFE5) is known color: Turquoise Blue. HEX triplet: 52, DF and E5. RGB value is (82,223,229). Sum of RGB (Red+Green+Blue) = 82+223+229=534 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.36% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #52DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFE5 is #AD201A. Grayscale: #B5B5B5. Windows color (decimal): -11345947 or 15064914. OLE color: 15064914.
HSL color Cylindrical-coordinate representation of color #52DFE5: hue angle of 182.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52DFE5 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 223 | 229 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.10 |
| HSL | 182.45º | 0.74% | 0.61% | - |
| HSV(B) | 182.45º | 0.64% | 0.9% | - |
| XYZ | 44.01 | 60.23 | 83.43 | - |
| YUV | 181.53 | 154.79 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 229 | 0.64 | 0.03 | 0 | 0.10 | 182.45 | 0.74 | 0.61 |
| Hex | 52 | DF | E5 | 40 | 3 | 0 | A | B6 | 4A | 3D |
| Octal | 122 | 337 | 345 | 100 | 3 | 0 | 12 | 266 | 112 | 75 |
| Binary | 1010010 | 11011111 | 11100101 | 1000000 | 11 | 0 | 1010 | 10110110 | 1001010 | 111101 |
Color Harmonies of #52DFE5
Complementary color
Monochromatic Colors of #52DFE5
Black with #52DFE5
Text Example
Text Example
White with #52DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFE5; }
p { color: rgb(82,223,229); }
H1.HeaderClassName
{
color: #52DFE5;
}
.AnyTagClassName
{
color: #52DFE5;
}
</style>
background-color css
<style>
a { background-color: #52DFE5; }
a { background-color: rgb(82,223,229); }
div.DivClassName
{
background-color: #52DFE5;
}
.BgClassName
{
background-color: #52DFE5;
}
</style>
border-color css
<style>
span { border-color: #52DFE5; }
span { border-color: rgb(82,223,229); }
td.TdClassName
{
border-color: #52DFE5;
}
.TagClassName
{
border-color: #52DFE5;
}
</style>