Shades of Medium Turquoise #52C3CC
Tints of Medium Turquoise #52C3CC
RGB
CMYK
RGB Variations
Color information
#52C3CC (or 0x52C3CC) is known color: Medium Turquoise. HEX triplet: 52, C3 and CC. RGB value is (82,195,204). Sum of RGB (Red+Green+Blue) = 82+195+204=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #52C3CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C3CC is #AD3C33. Grayscale: #A2A2A2. Windows color (decimal): -11353140 or 13419346. OLE color: 13419346.
HSL color Cylindrical-coordinate representation of color #52C3CC: hue angle of 184.43º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C3CC is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 195 | 204 | - |
| CMYK | 0.60 | 0.04 | 0 | 0.2 |
| HSL | 184.43º | 0.54% | 0.56% | - |
| HSV(B) | 184.43º | 0.6% | 0.8% | - |
| XYZ | 33.89 | 45.18 | 64.06 | - |
| YUV | 162.24 | 151.56 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 204 | 0.60 | 0.04 | 0 | 0.2 | 184.43 | 0.54 | 0.56 |
| Hex | 52 | C3 | CC | 3C | 4 | 0 | 14 | B8 | 36 | 38 |
| Octal | 122 | 303 | 314 | 74 | 4 | 0 | 24 | 270 | 66 | 70 |
| Binary | 1010010 | 11000011 | 11001100 | 111100 | 100 | 0 | 10100 | 10111000 | 110110 | 111000 |
Color Harmonies of #52C3CC
Complementary color
Monochromatic Colors of #52C3CC
Black with #52C3CC
Text Example
Text Example
White with #52C3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C3CC; }
p { color: rgb(82,195,204); }
H1.HeaderClassName
{
color: #52C3CC;
}
.AnyTagClassName
{
color: #52C3CC;
}
</style>
background-color css
<style>
a { background-color: #52C3CC; }
a { background-color: rgb(82,195,204); }
div.DivClassName
{
background-color: #52C3CC;
}
.BgClassName
{
background-color: #52C3CC;
}
</style>
border-color css
<style>
span { border-color: #52C3CC; }
span { border-color: rgb(82,195,204); }
td.TdClassName
{
border-color: #52C3CC;
}
.TagClassName
{
border-color: #52C3CC;
}
</style>