Shades of Turquoise Blue #52F1ED
Tints of Turquoise Blue #52F1ED
RGB
CMYK
RGB Variations
Color information
#52F1ED (or 0x52F1ED) is known color: Turquoise Blue. HEX triplet: 52, F1 and ED. RGB value is (82,241,237). Sum of RGB (Red+Green+Blue) = 82+241+237=560 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.64% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F1ED is #AD0E12. Grayscale: #C0C0C0. Windows color (decimal): -11341331 or 15593810. OLE color: 15593810.
HSL color Cylindrical-coordinate representation of color #52F1ED: hue angle of 178.49º 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 #52F1ED is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 237 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.05 |
| HSL | 178.49º | 0.85% | 0.63% | - |
| HSV(B) | 178.49º | 0.66% | 0.95% | - |
| XYZ | 50.22 | 70.82 | 91.14 | - |
| YUV | 193 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 237 | 0.66 | 0 | 0.02 | 0.05 | 178.49 | 0.85 | 0.63 |
| Hex | 52 | F1 | ED | 42 | 0 | 2 | 5 | B2 | 55 | 3F |
| Octal | 122 | 361 | 355 | 102 | 0 | 2 | 5 | 262 | 125 | 77 |
| Binary | 1010010 | 11110001 | 11101101 | 1000010 | 0 | 10 | 101 | 10110010 | 1010101 | 111111 |
Color Harmonies of #52F1ED
Complementary color
Monochromatic Colors of #52F1ED
Black with #52F1ED
Text Example
Text Example
White with #52F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F1ED; }
p { color: rgb(82,241,237); }
H1.HeaderClassName
{
color: #52F1ED;
}
.AnyTagClassName
{
color: #52F1ED;
}
</style>
background-color css
<style>
a { background-color: #52F1ED; }
a { background-color: rgb(82,241,237); }
div.DivClassName
{
background-color: #52F1ED;
}
.BgClassName
{
background-color: #52F1ED;
}
</style>
border-color css
<style>
span { border-color: #52F1ED; }
span { border-color: rgb(82,241,237); }
td.TdClassName
{
border-color: #52F1ED;
}
.TagClassName
{
border-color: #52F1ED;
}
</style>