Shades of Medium Turquoise #52CECB
Tints of Medium Turquoise #52CECB
RGB
CMYK
RGB Variations
Color information
#52CECB (or 0x52CECB) is known color: Medium Turquoise. HEX triplet: 52, CE and CB. RGB value is (82,206,203). Sum of RGB (Red+Green+Blue) = 82+206+203=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #52CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CECB is #AD3134. Grayscale: #A8A8A8. Windows color (decimal): -11350325 or 13356626. OLE color: 13356626.
HSL color Cylindrical-coordinate representation of color #52CECB: hue angle of 178.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CECB is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 203 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.19 |
| HSL | 178.55º | 0.56% | 0.56% | - |
| HSV(B) | 178.55º | 0.6% | 0.81% | - |
| XYZ | 36.33 | 50.25 | 64.28 | - |
| YUV | 168.58 | 147.42 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 203 | 0.60 | 0 | 0.01 | 0.19 | 178.55 | 0.56 | 0.56 |
| Hex | 52 | CE | CB | 3C | 0 | 1 | 13 | B3 | 38 | 38 |
| Octal | 122 | 316 | 313 | 74 | 0 | 1 | 23 | 263 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11001011 | 111100 | 0 | 1 | 10011 | 10110011 | 111000 | 111000 |
Color Harmonies of #52CECB
Complementary color
Monochromatic Colors of #52CECB
Black with #52CECB
Text Example
Text Example
White with #52CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CECB; }
p { color: rgb(82,206,203); }
H1.HeaderClassName
{
color: #52CECB;
}
.AnyTagClassName
{
color: #52CECB;
}
</style>
background-color css
<style>
a { background-color: #52CECB; }
a { background-color: rgb(82,206,203); }
div.DivClassName
{
background-color: #52CECB;
}
.BgClassName
{
background-color: #52CECB;
}
</style>
border-color css
<style>
span { border-color: #52CECB; }
span { border-color: rgb(82,206,203); }
td.TdClassName
{
border-color: #52CECB;
}
.TagClassName
{
border-color: #52CECB;
}
</style>