Shades of Medium Turquoise #52CBDD
Tints of Medium Turquoise #52CBDD
RGB
CMYK
RGB Variations
Color information
#52CBDD (or 0x52CBDD) is known color: Medium Turquoise. HEX triplet: 52, CB and DD. RGB value is (82,203,221). Sum of RGB (Red+Green+Blue) = 82+203+221=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #52CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBDD is #AD3422. Grayscale: #A8A8A8. Windows color (decimal): -11351075 or 14535506. OLE color: 14535506.
HSL color Cylindrical-coordinate representation of color #52CBDD: hue angle of 187.77º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52CBDD is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 203 | 221 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.13 |
| HSL | 187.77º | 0.67% | 0.59% | - |
| HSV(B) | 187.77º | 0.63% | 0.87% | - |
| XYZ | 37.89 | 49.73 | 76.01 | - |
| YUV | 168.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 221 | 0.63 | 0.08 | 0 | 0.13 | 187.77 | 0.67 | 0.59 |
| Hex | 52 | CB | DD | 3F | 8 | 0 | D | BC | 43 | 3B |
| Octal | 122 | 313 | 335 | 77 | 10 | 0 | 15 | 274 | 103 | 73 |
| Binary | 1010010 | 11001011 | 11011101 | 111111 | 1000 | 0 | 1101 | 10111100 | 1000011 | 111011 |
Color Harmonies of #52CBDD
Complementary color
Monochromatic Colors of #52CBDD
Black with #52CBDD
Text Example
Text Example
White with #52CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBDD; }
p { color: rgb(82,203,221); }
H1.HeaderClassName
{
color: #52CBDD;
}
.AnyTagClassName
{
color: #52CBDD;
}
</style>
background-color css
<style>
a { background-color: #52CBDD; }
a { background-color: rgb(82,203,221); }
div.DivClassName
{
background-color: #52CBDD;
}
.BgClassName
{
background-color: #52CBDD;
}
</style>
border-color css
<style>
span { border-color: #52CBDD; }
span { border-color: rgb(82,203,221); }
td.TdClassName
{
border-color: #52CBDD;
}
.TagClassName
{
border-color: #52CBDD;
}
</style>