Shades of Turquoise #52EEC4
Tints of Turquoise #52EEC4
RGB
CMYK
RGB Variations
Color information
#52EEC4 (or 0x52EEC4) is known color: Turquoise. HEX triplet: 52, EE and C4. RGB value is (82,238,196). Sum of RGB (Red+Green+Blue) = 82+238+196=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #52EEC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EEC4 is #AD113B. Grayscale: #BABABA. Windows color (decimal): -11342140 or 12906066. OLE color: 12906066.
HSL color Cylindrical-coordinate representation of color #52EEC4: hue angle of 163.85º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EEC4 is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 196 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.07 |
| HSL | 163.85º | 0.82% | 0.63% | - |
| HSV(B) | 163.85º | 0.66% | 0.93% | - |
| XYZ | 44.02 | 66.93 | 62.82 | - |
| YUV | 186.57 | 133.32 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 196 | 0.66 | 0 | 0.18 | 0.07 | 163.85 | 0.82 | 0.63 |
| Hex | 52 | EE | C4 | 42 | 0 | 12 | 7 | A4 | 52 | 3F |
| Octal | 122 | 356 | 304 | 102 | 0 | 22 | 7 | 244 | 122 | 77 |
| Binary | 1010010 | 11101110 | 11000100 | 1000010 | 0 | 10010 | 111 | 10100100 | 1010010 | 111111 |
Color Harmonies of #52EEC4
Complementary color
Monochromatic Colors of #52EEC4
Black with #52EEC4
Text Example
Text Example
White with #52EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EEC4; }
p { color: rgb(82,238,196); }
H1.HeaderClassName
{
color: #52EEC4;
}
.AnyTagClassName
{
color: #52EEC4;
}
</style>
background-color css
<style>
a { background-color: #52EEC4; }
a { background-color: rgb(82,238,196); }
div.DivClassName
{
background-color: #52EEC4;
}
.BgClassName
{
background-color: #52EEC4;
}
</style>
border-color css
<style>
span { border-color: #52EEC4; }
span { border-color: rgb(82,238,196); }
td.TdClassName
{
border-color: #52EEC4;
}
.TagClassName
{
border-color: #52EEC4;
}
</style>