Shades of Medium Turquoise #56CFCB
Tints of Medium Turquoise #56CFCB
RGB
CMYK
RGB Variations
Color information
#56CFCB (or 0x56CFCB) is known color: Medium Turquoise. HEX triplet: 56, CF and CB. RGB value is (86,207,203). Sum of RGB (Red+Green+Blue) = 86+207+203=496 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.34% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFCB is #A93034. Grayscale: #AAAAAA. Windows color (decimal): -11087925 or 13356886. OLE color: 13356886.
HSL color Cylindrical-coordinate representation of color #56CFCB: hue angle of 178.02º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CFCB is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 203 | - |
| CMYK | 0.58 | 0 | 0.02 | 0.19 |
| HSL | 178.02º | 0.56% | 0.57% | - |
| HSV(B) | 178.02º | 0.58% | 0.81% | - |
| XYZ | 36.93 | 50.92 | 64.38 | - |
| YUV | 170.37 | 146.41 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 203 | 0.58 | 0 | 0.02 | 0.19 | 178.02 | 0.56 | 0.57 |
| Hex | 56 | CF | CB | 3A | 0 | 2 | 13 | B2 | 38 | 39 |
| Octal | 126 | 317 | 313 | 72 | 0 | 2 | 23 | 262 | 70 | 71 |
| Binary | 1010110 | 11001111 | 11001011 | 111010 | 0 | 10 | 10011 | 10110010 | 111000 | 111001 |
Color Harmonies of #56CFCB
Complementary color
Monochromatic Colors of #56CFCB
Black with #56CFCB
Text Example
Text Example
White with #56CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFCB; }
p { color: rgb(86,207,203); }
H1.HeaderClassName
{
color: #56CFCB;
}
.AnyTagClassName
{
color: #56CFCB;
}
</style>
background-color css
<style>
a { background-color: #56CFCB; }
a { background-color: rgb(86,207,203); }
div.DivClassName
{
background-color: #56CFCB;
}
.BgClassName
{
background-color: #56CFCB;
}
</style>
border-color css
<style>
span { border-color: #56CFCB; }
span { border-color: rgb(86,207,203); }
td.TdClassName
{
border-color: #56CFCB;
}
.TagClassName
{
border-color: #56CFCB;
}
</style>