Shades of Medium Turquoise #52CBBD
Tints of Medium Turquoise #52CBBD
RGB
CMYK
RGB Variations
Color information
#52CBBD (or 0x52CBBD) is known color: Medium Turquoise. HEX triplet: 52, CB and BD. RGB value is (82,203,189). Sum of RGB (Red+Green+Blue) = 82+203+189=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBBD is #AD3442. Grayscale: #A5A5A5. Windows color (decimal): -11351107 or 12438354. OLE color: 12438354.
HSL color Cylindrical-coordinate representation of color #52CBBD: hue angle of 173.06º 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 #52CBBD is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 189 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.20 |
| HSL | 173.06º | 0.54% | 0.56% | - |
| HSV(B) | 173.06º | 0.6% | 0.8% | - |
| XYZ | 34.02 | 48.18 | 55.65 | - |
| YUV | 165.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 189 | 0.60 | 0 | 0.07 | 0.20 | 173.06 | 0.54 | 0.56 |
| Hex | 52 | CB | BD | 3C | 0 | 7 | 14 | AD | 36 | 38 |
| Octal | 122 | 313 | 275 | 74 | 0 | 7 | 24 | 255 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10111101 | 111100 | 0 | 111 | 10100 | 10101101 | 110110 | 111000 |
Color Harmonies of #52CBBD
Complementary color
Monochromatic Colors of #52CBBD
Black with #52CBBD
Text Example
Text Example
White with #52CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBBD; }
p { color: rgb(82,203,189); }
H1.HeaderClassName
{
color: #52CBBD;
}
.AnyTagClassName
{
color: #52CBBD;
}
</style>
background-color css
<style>
a { background-color: #52CBBD; }
a { background-color: rgb(82,203,189); }
div.DivClassName
{
background-color: #52CBBD;
}
.BgClassName
{
background-color: #52CBBD;
}
</style>
border-color css
<style>
span { border-color: #52CBBD; }
span { border-color: rgb(82,203,189); }
td.TdClassName
{
border-color: #52CBBD;
}
.TagClassName
{
border-color: #52CBBD;
}
</style>