Shades of Medium Turquoise #56CBBE
Tints of Medium Turquoise #56CBBE
RGB
CMYK
RGB Variations
Color information
#56CBBE (or 0x56CBBE) is known color: Medium Turquoise. HEX triplet: 56, CB and BE. RGB value is (86,203,190). Sum of RGB (Red+Green+Blue) = 86+203+190=479 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.95% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #56CBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CBBE is #A93441. Grayscale: #A6A6A6. Windows color (decimal): -11088962 or 12503894. OLE color: 12503894.
HSL color Cylindrical-coordinate representation of color #56CBBE: hue angle of 173.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CBBE is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 203 | 190 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.20 |
| HSL | 173.33º | 0.53% | 0.57% | - |
| HSV(B) | 173.33º | 0.58% | 0.8% | - |
| XYZ | 34.49 | 48.41 | 56.24 | - |
| YUV | 166.54 | 141.24 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 203 | 190 | 0.58 | 0 | 0.06 | 0.20 | 173.33 | 0.53 | 0.57 |
| Hex | 56 | CB | BE | 3A | 0 | 6 | 14 | AD | 35 | 39 |
| Octal | 126 | 313 | 276 | 72 | 0 | 6 | 24 | 255 | 65 | 71 |
| Binary | 1010110 | 11001011 | 10111110 | 111010 | 0 | 110 | 10100 | 10101101 | 110101 | 111001 |
Color Harmonies of #56CBBE
Complementary color
Monochromatic Colors of #56CBBE
Black with #56CBBE
Text Example
Text Example
White with #56CBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CBBE; }
p { color: rgb(86,203,190); }
H1.HeaderClassName
{
color: #56CBBE;
}
.AnyTagClassName
{
color: #56CBBE;
}
</style>
background-color css
<style>
a { background-color: #56CBBE; }
a { background-color: rgb(86,203,190); }
div.DivClassName
{
background-color: #56CBBE;
}
.BgClassName
{
background-color: #56CBBE;
}
</style>
border-color css
<style>
span { border-color: #56CBBE; }
span { border-color: rgb(86,203,190); }
td.TdClassName
{
border-color: #56CBBE;
}
.TagClassName
{
border-color: #56CBBE;
}
</style>