Shades of Turquoise #52EFC9
Tints of Turquoise #52EFC9
RGB
CMYK
RGB Variations
Color information
#52EFC9 (or 0x52EFC9) is known color: Turquoise. HEX triplet: 52, EF and C9. RGB value is (82,239,201). Sum of RGB (Red+Green+Blue) = 82+239+201=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFC9 is #AD1036. Grayscale: #BBBBBB. Windows color (decimal): -11341879 or 13234002. OLE color: 13234002.
HSL color Cylindrical-coordinate representation of color #52EFC9: hue angle of 165.48º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFC9 is Cyan = 0.66, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 201 | - |
| CMYK | 0.66 | 0 | 0.16 | 0.06 |
| HSL | 165.48º | 0.83% | 0.63% | - |
| HSV(B) | 165.48º | 0.66% | 0.94% | - |
| XYZ | 44.89 | 67.74 | 65.97 | - |
| YUV | 187.73 | 135.49 | 52.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 201 | 0.66 | 0 | 0.16 | 0.06 | 165.48 | 0.83 | 0.63 |
| Hex | 52 | EF | C9 | 42 | 0 | 10 | 6 | A5 | 53 | 3F |
| Octal | 122 | 357 | 311 | 102 | 0 | 20 | 6 | 245 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11001001 | 1000010 | 0 | 10000 | 110 | 10100101 | 1010011 | 111111 |
Color Harmonies of #52EFC9
Complementary color
Monochromatic Colors of #52EFC9
Black with #52EFC9
Text Example
Text Example
White with #52EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFC9; }
p { color: rgb(82,239,201); }
H1.HeaderClassName
{
color: #52EFC9;
}
.AnyTagClassName
{
color: #52EFC9;
}
</style>
background-color css
<style>
a { background-color: #52EFC9; }
a { background-color: rgb(82,239,201); }
div.DivClassName
{
background-color: #52EFC9;
}
.BgClassName
{
background-color: #52EFC9;
}
</style>
border-color css
<style>
span { border-color: #52EFC9; }
span { border-color: rgb(82,239,201); }
td.TdClassName
{
border-color: #52EFC9;
}
.TagClassName
{
border-color: #52EFC9;
}
</style>