Shades of Turquoise Blue #52CFE5
Tints of Turquoise Blue #52CFE5
RGB
CMYK
RGB Variations
Color information
#52CFE5 (or 0x52CFE5) is known color: Turquoise Blue. HEX triplet: 52, CF and E5. RGB value is (82,207,229). Sum of RGB (Red+Green+Blue) = 82+207+229=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #52CFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFE5 is #AD301A. Grayscale: #ABABAB. Windows color (decimal): -11350043 or 15060818. OLE color: 15060818.
HSL color Cylindrical-coordinate representation of color #52CFE5: hue angle of 188.98º 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 #52CFE5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 207 | 229 | - |
| CMYK | 0.64 | 0.10 | 0 | 0.10 |
| HSL | 188.98º | 0.74% | 0.61% | - |
| HSV(B) | 188.98º | 0.64% | 0.9% | - |
| XYZ | 39.94 | 52.08 | 82.08 | - |
| YUV | 172.13 | 160.09 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 229 | 0.64 | 0.10 | 0 | 0.10 | 188.98 | 0.74 | 0.61 |
| Hex | 52 | CF | E5 | 40 | A | 0 | A | BD | 4A | 3D |
| Octal | 122 | 317 | 345 | 100 | 12 | 0 | 12 | 275 | 112 | 75 |
| Binary | 1010010 | 11001111 | 11100101 | 1000000 | 1010 | 0 | 1010 | 10111101 | 1001010 | 111101 |
Color Harmonies of #52CFE5
Complementary color
Monochromatic Colors of #52CFE5
Black with #52CFE5
Text Example
Text Example
White with #52CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFE5; }
p { color: rgb(82,207,229); }
H1.HeaderClassName
{
color: #52CFE5;
}
.AnyTagClassName
{
color: #52CFE5;
}
</style>
background-color css
<style>
a { background-color: #52CFE5; }
a { background-color: rgb(82,207,229); }
div.DivClassName
{
background-color: #52CFE5;
}
.BgClassName
{
background-color: #52CFE5;
}
</style>
border-color css
<style>
span { border-color: #52CFE5; }
span { border-color: rgb(82,207,229); }
td.TdClassName
{
border-color: #52CFE5;
}
.TagClassName
{
border-color: #52CFE5;
}
</style>