Shades of Turquoise Blue #52CFF1
Tints of Turquoise Blue #52CFF1
RGB
CMYK
RGB Variations
Color information
#52CFF1 (or 0x52CFF1) is known color: Turquoise Blue. HEX triplet: 52, CF and F1. RGB value is (82,207,241). Sum of RGB (Red+Green+Blue) = 82+207+241=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #52CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFF1 is #AD300E. Grayscale: #ADADAD. Windows color (decimal): -11350031 or 15847250. OLE color: 15847250.
HSL color Cylindrical-coordinate representation of color #52CFF1: hue angle of 192.83º 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 #52CFF1 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 207 | 241 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.05 |
| HSL | 192.83º | 0.85% | 0.63% | - |
| HSV(B) | 192.83º | 0.66% | 0.95% | - |
| XYZ | 41.67 | 52.77 | 91.21 | - |
| YUV | 173.5 | 166.09 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 241 | 0.66 | 0.14 | 0 | 0.05 | 192.83 | 0.85 | 0.63 |
| Hex | 52 | CF | F1 | 42 | E | 0 | 5 | C1 | 55 | 3F |
| Octal | 122 | 317 | 361 | 102 | 16 | 0 | 5 | 301 | 125 | 77 |
| Binary | 1010010 | 11001111 | 11110001 | 1000010 | 1110 | 0 | 101 | 11000001 | 1010101 | 111111 |
Color Harmonies of #52CFF1
Complementary color
Monochromatic Colors of #52CFF1
Black with #52CFF1
Text Example
Text Example
White with #52CFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFF1; }
p { color: rgb(82,207,241); }
H1.HeaderClassName
{
color: #52CFF1;
}
.AnyTagClassName
{
color: #52CFF1;
}
</style>
background-color css
<style>
a { background-color: #52CFF1; }
a { background-color: rgb(82,207,241); }
div.DivClassName
{
background-color: #52CFF1;
}
.BgClassName
{
background-color: #52CFF1;
}
</style>
border-color css
<style>
span { border-color: #52CFF1; }
span { border-color: rgb(82,207,241); }
td.TdClassName
{
border-color: #52CFF1;
}
.TagClassName
{
border-color: #52CFF1;
}
</style>