Shades of Medium Turquoise #53CBDD
Tints of Medium Turquoise #53CBDD
RGB
CMYK
RGB Variations
Color information
#53CBDD (or 0x53CBDD) is known color: Medium Turquoise. HEX triplet: 53, CB and DD. RGB value is (83,203,221). Sum of RGB (Red+Green+Blue) = 83+203+221=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #53CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CBDD is #AC3422. Grayscale: #A8A8A8. Windows color (decimal): -11285539 or 14535507. OLE color: 14535507.
HSL color Cylindrical-coordinate representation of color #53CBDD: hue angle of 187.83º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CBDD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 203 | 221 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.13 |
| HSL | 187.83º | 0.67% | 0.6% | - |
| HSV(B) | 187.83º | 0.62% | 0.87% | - |
| XYZ | 37.97 | 49.77 | 76.01 | - |
| YUV | 169.17 | 157.24 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 221 | 0.62 | 0.08 | 0 | 0.13 | 187.83 | 0.67 | 0.6 |
| Hex | 53 | CB | DD | 3E | 8 | 0 | D | BC | 43 | 3C |
| Octal | 123 | 313 | 335 | 76 | 10 | 0 | 15 | 274 | 103 | 74 |
| Binary | 1010011 | 11001011 | 11011101 | 111110 | 1000 | 0 | 1101 | 10111100 | 1000011 | 111100 |
Color Harmonies of #53CBDD
Complementary color
Monochromatic Colors of #53CBDD
Black with #53CBDD
Text Example
Text Example
White with #53CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBDD; }
p { color: rgb(83,203,221); }
H1.HeaderClassName
{
color: #53CBDD;
}
.AnyTagClassName
{
color: #53CBDD;
}
</style>
background-color css
<style>
a { background-color: #53CBDD; }
a { background-color: rgb(83,203,221); }
div.DivClassName
{
background-color: #53CBDD;
}
.BgClassName
{
background-color: #53CBDD;
}
</style>
border-color css
<style>
span { border-color: #53CBDD; }
span { border-color: rgb(83,203,221); }
td.TdClassName
{
border-color: #53CBDD;
}
.TagClassName
{
border-color: #53CBDD;
}
</style>