Shades of Turquoise Blue #52D4F2
Tints of Turquoise Blue #52D4F2
RGB
CMYK
RGB Variations
Color information
#52D4F2 (or 0x52D4F2) is known color: Turquoise Blue. HEX triplet: 52, D4 and F2. RGB value is (82,212,242). Sum of RGB (Red+Green+Blue) = 82+212+242=536 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.30% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #52D4F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52D4F2 is #AD2B0D. Grayscale: #B0B0B0. Windows color (decimal): -11348750 or 15914066. OLE color: 15914066.
HSL color Cylindrical-coordinate representation of color #52D4F2: hue angle of 191.25º 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 #52D4F2 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 212 | 242 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.05 |
| HSL | 191.25º | 0.86% | 0.64% | - |
| HSV(B) | 191.25º | 0.66% | 0.95% | - |
| XYZ | 43.05 | 55.29 | 92.41 | - |
| YUV | 176.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 212 | 242 | 0.66 | 0.12 | 0 | 0.05 | 191.25 | 0.86 | 0.64 |
| Hex | 52 | D4 | F2 | 42 | C | 0 | 5 | BF | 56 | 40 |
| Octal | 122 | 324 | 362 | 102 | 14 | 0 | 5 | 277 | 126 | 100 |
| Binary | 1010010 | 11010100 | 11110010 | 1000010 | 1100 | 0 | 101 | 10111111 | 1010110 | 1000000 |
Color Harmonies of #52D4F2
Complementary color
Monochromatic Colors of #52D4F2
Black with #52D4F2
Text Example
Text Example
White with #52D4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D4F2; }
p { color: rgb(82,212,242); }
H1.HeaderClassName
{
color: #52D4F2;
}
.AnyTagClassName
{
color: #52D4F2;
}
</style>
background-color css
<style>
a { background-color: #52D4F2; }
a { background-color: rgb(82,212,242); }
div.DivClassName
{
background-color: #52D4F2;
}
.BgClassName
{
background-color: #52D4F2;
}
</style>
border-color css
<style>
span { border-color: #52D4F2; }
span { border-color: rgb(82,212,242); }
td.TdClassName
{
border-color: #52D4F2;
}
.TagClassName
{
border-color: #52D4F2;
}
</style>