Shades of Medium Turquoise #53CBCD
Tints of Medium Turquoise #53CBCD
RGB
CMYK
RGB Variations
Color information
#53CBCD (or 0x53CBCD) is known color: Medium Turquoise. HEX triplet: 53, CB and CD. RGB value is (83,203,205). Sum of RGB (Red+Green+Blue) = 83+203+205=491 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.90% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #53CBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBCD is #AC3432. Grayscale: #A7A7A7. Windows color (decimal): -11285555 or 13486931. OLE color: 13486931.
HSL color Cylindrical-coordinate representation of color #53CBCD: hue angle of 180.98º degrees, saturation: 0.55, 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 #53CBCD is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 205 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.20 |
| HSL | 180.98º | 0.55% | 0.56% | - |
| HSV(B) | 180.98º | 0.6% | 0.8% | - |
| XYZ | 35.94 | 48.96 | 65.31 | - |
| YUV | 167.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 205 | 0.60 | 0.01 | 0 | 0.20 | 180.98 | 0.55 | 0.56 |
| Hex | 53 | CB | CD | 3C | 1 | 0 | 14 | B5 | 37 | 38 |
| Octal | 123 | 313 | 315 | 74 | 1 | 0 | 24 | 265 | 67 | 70 |
| Binary | 1010011 | 11001011 | 11001101 | 111100 | 1 | 0 | 10100 | 10110101 | 110111 | 111000 |
Color Harmonies of #53CBCD
Complementary color
Monochromatic Colors of #53CBCD
Black with #53CBCD
Text Example
Text Example
White with #53CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBCD; }
p { color: rgb(83,203,205); }
H1.HeaderClassName
{
color: #53CBCD;
}
.AnyTagClassName
{
color: #53CBCD;
}
</style>
background-color css
<style>
a { background-color: #53CBCD; }
a { background-color: rgb(83,203,205); }
div.DivClassName
{
background-color: #53CBCD;
}
.BgClassName
{
background-color: #53CBCD;
}
</style>
border-color css
<style>
span { border-color: #53CBCD; }
span { border-color: rgb(83,203,205); }
td.TdClassName
{
border-color: #53CBCD;
}
.TagClassName
{
border-color: #53CBCD;
}
</style>