Shades of Turquoise Blue #52DFF1
Tints of Turquoise Blue #52DFF1
RGB
CMYK
RGB Variations
Color information
#52DFF1 (or 0x52DFF1) is known color: Turquoise Blue. HEX triplet: 52, DF and F1. RGB value is (82,223,241). Sum of RGB (Red+Green+Blue) = 82+223+241=546 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.02% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 241 (94.53% from 255 or 44.14% from 546); Max value from RGB is 241 - color contains mainly: blue. Hex color #52DFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52DFF1 is #AD200E. Grayscale: #B6B6B6. Windows color (decimal): -11345935 or 15851346. OLE color: 15851346.
HSL color Cylindrical-coordinate representation of color #52DFF1: hue angle of 186.79º 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 #52DFF1 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 223 | 241 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.05 |
| HSL | 186.79º | 0.85% | 0.63% | - |
| HSV(B) | 186.79º | 0.66% | 0.95% | - |
| XYZ | 45.74 | 60.92 | 92.57 | - |
| YUV | 182.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 241 | 0.66 | 0.07 | 0 | 0.05 | 186.79 | 0.85 | 0.63 |
| Hex | 52 | DF | F1 | 42 | 7 | 0 | 5 | BB | 55 | 3F |
| Octal | 122 | 337 | 361 | 102 | 7 | 0 | 5 | 273 | 125 | 77 |
| Binary | 1010010 | 11011111 | 11110001 | 1000010 | 111 | 0 | 101 | 10111011 | 1010101 | 111111 |
Color Harmonies of #52DFF1
Complementary color
Monochromatic Colors of #52DFF1
Black with #52DFF1
Text Example
Text Example
White with #52DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFF1; }
p { color: rgb(82,223,241); }
H1.HeaderClassName
{
color: #52DFF1;
}
.AnyTagClassName
{
color: #52DFF1;
}
</style>
background-color css
<style>
a { background-color: #52DFF1; }
a { background-color: rgb(82,223,241); }
div.DivClassName
{
background-color: #52DFF1;
}
.BgClassName
{
background-color: #52DFF1;
}
</style>
border-color css
<style>
span { border-color: #52DFF1; }
span { border-color: rgb(82,223,241); }
td.TdClassName
{
border-color: #52DFF1;
}
.TagClassName
{
border-color: #52DFF1;
}
</style>