Shades of Medium Turquoise #53CDDA
Tints of Medium Turquoise #53CDDA
RGB
CMYK
RGB Variations
Color information
#53CDDA (or 0x53CDDA) is known color: Medium Turquoise. HEX triplet: 53, CD and DA. RGB value is (83,205,218). Sum of RGB (Red+Green+Blue) = 83+205+218=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #53CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDDA is #AC3225. Grayscale: #A9A9A9. Windows color (decimal): -11285030 or 14339411. OLE color: 14339411.
HSL color Cylindrical-coordinate representation of color #53CDDA: hue angle of 185.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53CDDA is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 205 | 218 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.15 |
| HSL | 185.78º | 0.65% | 0.59% | - |
| HSV(B) | 185.78º | 0.62% | 0.85% | - |
| XYZ | 38.05 | 50.56 | 74.08 | - |
| YUV | 170 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 218 | 0.62 | 0.06 | 0 | 0.15 | 185.78 | 0.65 | 0.59 |
| Hex | 53 | CD | DA | 3E | 6 | 0 | F | BA | 41 | 3B |
| Octal | 123 | 315 | 332 | 76 | 6 | 0 | 17 | 272 | 101 | 73 |
| Binary | 1010011 | 11001101 | 11011010 | 111110 | 110 | 0 | 1111 | 10111010 | 1000001 | 111011 |
Color Harmonies of #53CDDA
Complementary color
Monochromatic Colors of #53CDDA
Black with #53CDDA
Text Example
Text Example
White with #53CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CDDA; }
p { color: rgb(83,205,218); }
H1.HeaderClassName
{
color: #53CDDA;
}
.AnyTagClassName
{
color: #53CDDA;
}
</style>
background-color css
<style>
a { background-color: #53CDDA; }
a { background-color: rgb(83,205,218); }
div.DivClassName
{
background-color: #53CDDA;
}
.BgClassName
{
background-color: #53CDDA;
}
</style>
border-color css
<style>
span { border-color: #53CDDA; }
span { border-color: rgb(83,205,218); }
td.TdClassName
{
border-color: #53CDDA;
}
.TagClassName
{
border-color: #53CDDA;
}
</style>