Shades of Medium Turquoise #53CEBB
Tints of Medium Turquoise #53CEBB
RGB
CMYK
RGB Variations
Color information
#53CEBB (or 0x53CEBB) is known color: Medium Turquoise. HEX triplet: 53, CE and BB. RGB value is (83,206,187). Sum of RGB (Red+Green+Blue) = 83+206+187=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CEBB is #AC3144. Grayscale: #A7A7A7. Windows color (decimal): -11284805 or 12308051. OLE color: 12308051.
HSL color Cylindrical-coordinate representation of color #53CEBB: hue angle of 170.73º 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 #53CEBB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 187 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.19 |
| HSL | 170.73º | 0.56% | 0.57% | - |
| HSV(B) | 170.73º | 0.6% | 0.81% | - |
| XYZ | 34.61 | 49.57 | 54.76 | - |
| YUV | 167.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 187 | 0.60 | 0 | 0.09 | 0.19 | 170.73 | 0.56 | 0.57 |
| Hex | 53 | CE | BB | 3C | 0 | 9 | 13 | AB | 38 | 39 |
| Octal | 123 | 316 | 273 | 74 | 0 | 11 | 23 | 253 | 70 | 71 |
| Binary | 1010011 | 11001110 | 10111011 | 111100 | 0 | 1001 | 10011 | 10101011 | 111000 | 111001 |
Color Harmonies of #53CEBB
Complementary color
Monochromatic Colors of #53CEBB
Black with #53CEBB
Text Example
Text Example
White with #53CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CEBB; }
p { color: rgb(83,206,187); }
H1.HeaderClassName
{
color: #53CEBB;
}
.AnyTagClassName
{
color: #53CEBB;
}
</style>
background-color css
<style>
a { background-color: #53CEBB; }
a { background-color: rgb(83,206,187); }
div.DivClassName
{
background-color: #53CEBB;
}
.BgClassName
{
background-color: #53CEBB;
}
</style>
border-color css
<style>
span { border-color: #53CEBB; }
span { border-color: rgb(83,206,187); }
td.TdClassName
{
border-color: #53CEBB;
}
.TagClassName
{
border-color: #53CEBB;
}
</style>