Shades of Turquoise #52EFD4
Tints of Turquoise #52EFD4
RGB
CMYK
RGB Variations
Color information
#52EFD4 (or 0x52EFD4) is known color: Turquoise. HEX triplet: 52, EF and D4. RGB value is (82,239,212). Sum of RGB (Red+Green+Blue) = 82+239+212=533 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.38% from 533); Green value is 239 (93.75% from 255 or 44.84% from 533); Blue value is 212 (83.20% from 255 or 39.77% from 533); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFD4 is #AD102B. Grayscale: #BCBCBC. Windows color (decimal): -11341868 or 13954898. OLE color: 13954898.
HSL color Cylindrical-coordinate representation of color #52EFD4: hue angle of 169.68º 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 #52EFD4 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 212 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.06 |
| HSL | 169.68º | 0.83% | 0.63% | - |
| HSV(B) | 169.68º | 0.66% | 0.94% | - |
| XYZ | 46.23 | 68.28 | 73.03 | - |
| YUV | 188.98 | 140.99 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 212 | 0.66 | 0 | 0.11 | 0.06 | 169.68 | 0.83 | 0.63 |
| Hex | 52 | EF | D4 | 42 | 0 | B | 6 | AA | 53 | 3F |
| Octal | 122 | 357 | 324 | 102 | 0 | 13 | 6 | 252 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11010100 | 1000010 | 0 | 1011 | 110 | 10101010 | 1010011 | 111111 |
Color Harmonies of #52EFD4
Complementary color
Monochromatic Colors of #52EFD4
Black with #52EFD4
Text Example
Text Example
White with #52EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFD4; }
p { color: rgb(82,239,212); }
H1.HeaderClassName
{
color: #52EFD4;
}
.AnyTagClassName
{
color: #52EFD4;
}
</style>
background-color css
<style>
a { background-color: #52EFD4; }
a { background-color: rgb(82,239,212); }
div.DivClassName
{
background-color: #52EFD4;
}
.BgClassName
{
background-color: #52EFD4;
}
</style>
border-color css
<style>
span { border-color: #52EFD4; }
span { border-color: rgb(82,239,212); }
td.TdClassName
{
border-color: #52EFD4;
}
.TagClassName
{
border-color: #52EFD4;
}
</style>