Shades of Turquoise Blue #52CDF1
Tints of Turquoise Blue #52CDF1
RGB
CMYK
RGB Variations
Color information
#52CDF1 (or 0x52CDF1) is known color: Turquoise Blue. HEX triplet: 52, CD and F1. RGB value is (82,205,241). Sum of RGB (Red+Green+Blue) = 82+205+241=528 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.53% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #52CDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CDF1 is #AD320E. Grayscale: #ACACAC. Windows color (decimal): -11350543 or 15846738. OLE color: 15846738.
HSL color Cylindrical-coordinate representation of color #52CDF1: hue angle of 193.58º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CDF1 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 205 | 241 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.05 |
| HSL | 193.58º | 0.85% | 0.63% | - |
| HSV(B) | 193.58º | 0.66% | 0.95% | - |
| XYZ | 41.19 | 51.81 | 91.05 | - |
| YUV | 172.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 241 | 0.66 | 0.15 | 0 | 0.05 | 193.58 | 0.85 | 0.63 |
| Hex | 52 | CD | F1 | 42 | F | 0 | 5 | C2 | 55 | 3F |
| Octal | 122 | 315 | 361 | 102 | 17 | 0 | 5 | 302 | 125 | 77 |
| Binary | 1010010 | 11001101 | 11110001 | 1000010 | 1111 | 0 | 101 | 11000010 | 1010101 | 111111 |
Color Harmonies of #52CDF1
Complementary color
Monochromatic Colors of #52CDF1
Black with #52CDF1
Text Example
Text Example
White with #52CDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDF1; }
p { color: rgb(82,205,241); }
H1.HeaderClassName
{
color: #52CDF1;
}
.AnyTagClassName
{
color: #52CDF1;
}
</style>
background-color css
<style>
a { background-color: #52CDF1; }
a { background-color: rgb(82,205,241); }
div.DivClassName
{
background-color: #52CDF1;
}
.BgClassName
{
background-color: #52CDF1;
}
</style>
border-color css
<style>
span { border-color: #52CDF1; }
span { border-color: rgb(82,205,241); }
td.TdClassName
{
border-color: #52CDF1;
}
.TagClassName
{
border-color: #52CDF1;
}
</style>