Shades of Turquoise Blue #52CFF2
Tints of Turquoise Blue #52CFF2
RGB
CMYK
RGB Variations
Color information
#52CFF2 (or 0x52CFF2) is known color: Turquoise Blue. HEX triplet: 52, CF and F2. RGB value is (82,207,242). Sum of RGB (Red+Green+Blue) = 82+207+242=531 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.44% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #52CFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CFF2 is #AD300D. Grayscale: #ADADAD. Windows color (decimal): -11350030 or 15912786. OLE color: 15912786.
HSL color Cylindrical-coordinate representation of color #52CFF2: hue angle of 193.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CFF2 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 207 | 242 | - |
| CMYK | 0.66 | 0.14 | 0 | 0.05 |
| HSL | 193.13º | 0.86% | 0.64% | - |
| HSV(B) | 193.13º | 0.66% | 0.95% | - |
| XYZ | 41.82 | 52.83 | 92 | - |
| YUV | 173.62 | 166.59 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 242 | 0.66 | 0.14 | 0 | 0.05 | 193.13 | 0.86 | 0.64 |
| Hex | 52 | CF | F2 | 42 | E | 0 | 5 | C1 | 56 | 40 |
| Octal | 122 | 317 | 362 | 102 | 16 | 0 | 5 | 301 | 126 | 100 |
| Binary | 1010010 | 11001111 | 11110010 | 1000010 | 1110 | 0 | 101 | 11000001 | 1010110 | 1000000 |
Color Harmonies of #52CFF2
Complementary color
Monochromatic Colors of #52CFF2
Black with #52CFF2
Text Example
Text Example
White with #52CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFF2; }
p { color: rgb(82,207,242); }
H1.HeaderClassName
{
color: #52CFF2;
}
.AnyTagClassName
{
color: #52CFF2;
}
</style>
background-color css
<style>
a { background-color: #52CFF2; }
a { background-color: rgb(82,207,242); }
div.DivClassName
{
background-color: #52CFF2;
}
.BgClassName
{
background-color: #52CFF2;
}
</style>
border-color css
<style>
span { border-color: #52CFF2; }
span { border-color: rgb(82,207,242); }
td.TdClassName
{
border-color: #52CFF2;
}
.TagClassName
{
border-color: #52CFF2;
}
</style>