Shades of Medium Turquoise #53CEC8
Tints of Medium Turquoise #53CEC8
RGB
CMYK
RGB Variations
Color information
#53CEC8 (or 0x53CEC8) is known color: Medium Turquoise. HEX triplet: 53, CE and C8. RGB value is (83,206,200). Sum of RGB (Red+Green+Blue) = 83+206+200=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEC8 is #AC3137. Grayscale: #A8A8A8. Windows color (decimal): -11284792 or 13160019. OLE color: 13160019.
HSL color Cylindrical-coordinate representation of color #53CEC8: hue angle of 177.07º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CEC8 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 200 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.19 |
| HSL | 177.07º | 0.56% | 0.57% | - |
| HSV(B) | 177.07º | 0.6% | 0.81% | - |
| XYZ | 36.06 | 50.15 | 62.42 | - |
| YUV | 168.54 | 145.75 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 200 | 0.60 | 0 | 0.03 | 0.19 | 177.07 | 0.56 | 0.57 |
| Hex | 53 | CE | C8 | 3C | 0 | 3 | 13 | B1 | 38 | 39 |
| Octal | 123 | 316 | 310 | 74 | 0 | 3 | 23 | 261 | 70 | 71 |
| Binary | 1010011 | 11001110 | 11001000 | 111100 | 0 | 11 | 10011 | 10110001 | 111000 | 111001 |
Color Harmonies of #53CEC8
Complementary color
Monochromatic Colors of #53CEC8
Black with #53CEC8
Text Example
Text Example
White with #53CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEC8; }
p { color: rgb(83,206,200); }
H1.HeaderClassName
{
color: #53CEC8;
}
.AnyTagClassName
{
color: #53CEC8;
}
</style>
background-color css
<style>
a { background-color: #53CEC8; }
a { background-color: rgb(83,206,200); }
div.DivClassName
{
background-color: #53CEC8;
}
.BgClassName
{
background-color: #53CEC8;
}
</style>
border-color css
<style>
span { border-color: #53CEC8; }
span { border-color: rgb(83,206,200); }
td.TdClassName
{
border-color: #53CEC8;
}
.TagClassName
{
border-color: #53CEC8;
}
</style>