Shades of Turquoise #52EECF
Tints of Turquoise #52EECF
RGB
CMYK
RGB Variations
Color information
#52EECF (or 0x52EECF) is known color: Turquoise. HEX triplet: 52, EE and CF. RGB value is (82,238,207). Sum of RGB (Red+Green+Blue) = 82+238+207=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #52EECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EECF is #AD1130. Grayscale: #BBBBBB. Windows color (decimal): -11342129 or 13626962. OLE color: 13626962.
HSL color Cylindrical-coordinate representation of color #52EECF: hue angle of 168.08º 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 #52EECF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 238 | 207 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.07 |
| HSL | 168.08º | 0.82% | 0.63% | - |
| HSV(B) | 168.08º | 0.66% | 0.93% | - |
| XYZ | 45.32 | 67.45 | 69.66 | - |
| YUV | 187.82 | 138.82 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 238 | 207 | 0.66 | 0 | 0.13 | 0.07 | 168.08 | 0.82 | 0.63 |
| Hex | 52 | EE | CF | 42 | 0 | D | 7 | A8 | 52 | 3F |
| Octal | 122 | 356 | 317 | 102 | 0 | 15 | 7 | 250 | 122 | 77 |
| Binary | 1010010 | 11101110 | 11001111 | 1000010 | 0 | 1101 | 111 | 10101000 | 1010010 | 111111 |
Color Harmonies of #52EECF
Complementary color
Monochromatic Colors of #52EECF
Black with #52EECF
Text Example
Text Example
White with #52EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EECF; }
p { color: rgb(82,238,207); }
H1.HeaderClassName
{
color: #52EECF;
}
.AnyTagClassName
{
color: #52EECF;
}
</style>
background-color css
<style>
a { background-color: #52EECF; }
a { background-color: rgb(82,238,207); }
div.DivClassName
{
background-color: #52EECF;
}
.BgClassName
{
background-color: #52EECF;
}
</style>
border-color css
<style>
span { border-color: #52EECF; }
span { border-color: rgb(82,238,207); }
td.TdClassName
{
border-color: #52EECF;
}
.TagClassName
{
border-color: #52EECF;
}
</style>