Shades of Turquoise Blue #52CCF1
Tints of Turquoise Blue #52CCF1
RGB
CMYK
RGB Variations
Color information
#52CCF1 (or 0x52CCF1) is known color: Turquoise Blue. HEX triplet: 52, CC and F1. RGB value is (82,204,241). Sum of RGB (Red+Green+Blue) = 82+204+241=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #52CCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CCF1 is #AD330E. Grayscale: #ABABAB. Windows color (decimal): -11350799 or 15846482. OLE color: 15846482.
HSL color Cylindrical-coordinate representation of color #52CCF1: hue angle of 193.96º 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 #52CCF1 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 204 | 241 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.05 |
| HSL | 193.96º | 0.85% | 0.63% | - |
| HSV(B) | 193.96º | 0.66% | 0.95% | - |
| XYZ | 40.95 | 51.33 | 90.97 | - |
| YUV | 171.74 | 167.08 | 63.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 241 | 0.66 | 0.15 | 0 | 0.05 | 193.96 | 0.85 | 0.63 |
| Hex | 52 | CC | F1 | 42 | F | 0 | 5 | C2 | 55 | 3F |
| Octal | 122 | 314 | 361 | 102 | 17 | 0 | 5 | 302 | 125 | 77 |
| Binary | 1010010 | 11001100 | 11110001 | 1000010 | 1111 | 0 | 101 | 11000010 | 1010101 | 111111 |
Color Harmonies of #52CCF1
Complementary color
Monochromatic Colors of #52CCF1
Black with #52CCF1
Text Example
Text Example
White with #52CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCF1; }
p { color: rgb(82,204,241); }
H1.HeaderClassName
{
color: #52CCF1;
}
.AnyTagClassName
{
color: #52CCF1;
}
</style>
background-color css
<style>
a { background-color: #52CCF1; }
a { background-color: rgb(82,204,241); }
div.DivClassName
{
background-color: #52CCF1;
}
.BgClassName
{
background-color: #52CCF1;
}
</style>
border-color css
<style>
span { border-color: #52CCF1; }
span { border-color: rgb(82,204,241); }
td.TdClassName
{
border-color: #52CCF1;
}
.TagClassName
{
border-color: #52CCF1;
}
</style>