Shades of Medium Turquoise #53CCD8
Tints of Medium Turquoise #53CCD8
RGB
CMYK
RGB Variations
Color information
#53CCD8 (or 0x53CCD8) is known color: Medium Turquoise. HEX triplet: 53, CC and D8. RGB value is (83,204,216). Sum of RGB (Red+Green+Blue) = 83+204+216=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #53CCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CCD8 is #AC3327. Grayscale: #A9A9A9. Windows color (decimal): -11285288 or 14208083. OLE color: 14208083.
HSL color Cylindrical-coordinate representation of color #53CCD8: hue angle of 185.41º degrees, saturation: 0.63, 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 #53CCD8 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 204 | 216 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.15 |
| HSL | 185.41º | 0.63% | 0.59% | - |
| HSV(B) | 185.41º | 0.62% | 0.85% | - |
| XYZ | 37.55 | 49.98 | 72.63 | - |
| YUV | 169.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 216 | 0.62 | 0.06 | 0 | 0.15 | 185.41 | 0.63 | 0.59 |
| Hex | 53 | CC | D8 | 3E | 6 | 0 | F | B9 | 3F | 3B |
| Octal | 123 | 314 | 330 | 76 | 6 | 0 | 17 | 271 | 77 | 73 |
| Binary | 1010011 | 11001100 | 11011000 | 111110 | 110 | 0 | 1111 | 10111001 | 111111 | 111011 |
Color Harmonies of #53CCD8
Complementary color
Monochromatic Colors of #53CCD8
Black with #53CCD8
Text Example
Text Example
White with #53CCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCD8; }
p { color: rgb(83,204,216); }
H1.HeaderClassName
{
color: #53CCD8;
}
.AnyTagClassName
{
color: #53CCD8;
}
</style>
background-color css
<style>
a { background-color: #53CCD8; }
a { background-color: rgb(83,204,216); }
div.DivClassName
{
background-color: #53CCD8;
}
.BgClassName
{
background-color: #53CCD8;
}
</style>
border-color css
<style>
span { border-color: #53CCD8; }
span { border-color: rgb(83,204,216); }
td.TdClassName
{
border-color: #53CCD8;
}
.TagClassName
{
border-color: #53CCD8;
}
</style>