Shades of Medium Turquoise #52CBDC
Tints of Medium Turquoise #52CBDC
RGB
CMYK
RGB Variations
Color information
#52CBDC (or 0x52CBDC) is known color: Medium Turquoise. HEX triplet: 52, CB and DC. RGB value is (82,203,220). Sum of RGB (Red+Green+Blue) = 82+203+220=505 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.24% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #52CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBDC is #AD3423. Grayscale: #A8A8A8. Windows color (decimal): -11351076 or 14469970. OLE color: 14469970.
HSL color Cylindrical-coordinate representation of color #52CBDC: hue angle of 187.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CBDC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 203 | 220 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.14 |
| HSL | 187.39º | 0.66% | 0.59% | - |
| HSV(B) | 187.39º | 0.63% | 0.86% | - |
| XYZ | 37.75 | 49.67 | 75.31 | - |
| YUV | 168.76 | 156.91 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 220 | 0.63 | 0.08 | 0 | 0.14 | 187.39 | 0.66 | 0.59 |
| Hex | 52 | CB | DC | 3F | 8 | 0 | E | BB | 42 | 3B |
| Octal | 122 | 313 | 334 | 77 | 10 | 0 | 16 | 273 | 102 | 73 |
| Binary | 1010010 | 11001011 | 11011100 | 111111 | 1000 | 0 | 1110 | 10111011 | 1000010 | 111011 |
Color Harmonies of #52CBDC
Complementary color
Monochromatic Colors of #52CBDC
Black with #52CBDC
Text Example
Text Example
White with #52CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBDC; }
p { color: rgb(82,203,220); }
H1.HeaderClassName
{
color: #52CBDC;
}
.AnyTagClassName
{
color: #52CBDC;
}
</style>
background-color css
<style>
a { background-color: #52CBDC; }
a { background-color: rgb(82,203,220); }
div.DivClassName
{
background-color: #52CBDC;
}
.BgClassName
{
background-color: #52CBDC;
}
</style>
border-color css
<style>
span { border-color: #52CBDC; }
span { border-color: rgb(82,203,220); }
td.TdClassName
{
border-color: #52CBDC;
}
.TagClassName
{
border-color: #52CBDC;
}
</style>