Shades of Medium Turquoise #56CFC1
Tints of Medium Turquoise #56CFC1
RGB
CMYK
RGB Variations
Color information
#56CFC1 (or 0x56CFC1) is known color: Medium Turquoise. HEX triplet: 56, CF and C1. RGB value is (86,207,193). Sum of RGB (Red+Green+Blue) = 86+207+193=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFC1 is #A9303E. Grayscale: #A9A9A9. Windows color (decimal): -11087935 or 12701526. OLE color: 12701526.
HSL color Cylindrical-coordinate representation of color #56CFC1: hue angle of 173.06º 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 #56CFC1 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 193 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.19 |
| HSL | 173.06º | 0.56% | 0.57% | - |
| HSV(B) | 173.06º | 0.58% | 0.81% | - |
| XYZ | 35.78 | 50.45 | 58.31 | - |
| YUV | 169.23 | 141.41 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 193 | 0.58 | 0 | 0.07 | 0.19 | 173.06 | 0.56 | 0.57 |
| Hex | 56 | CF | C1 | 3A | 0 | 7 | 13 | AD | 38 | 39 |
| Octal | 126 | 317 | 301 | 72 | 0 | 7 | 23 | 255 | 70 | 71 |
| Binary | 1010110 | 11001111 | 11000001 | 111010 | 0 | 111 | 10011 | 10101101 | 111000 | 111001 |
Color Harmonies of #56CFC1
Complementary color
Monochromatic Colors of #56CFC1
Black with #56CFC1
Text Example
Text Example
White with #56CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFC1; }
p { color: rgb(86,207,193); }
H1.HeaderClassName
{
color: #56CFC1;
}
.AnyTagClassName
{
color: #56CFC1;
}
</style>
background-color css
<style>
a { background-color: #56CFC1; }
a { background-color: rgb(86,207,193); }
div.DivClassName
{
background-color: #56CFC1;
}
.BgClassName
{
background-color: #56CFC1;
}
</style>
border-color css
<style>
span { border-color: #56CFC1; }
span { border-color: rgb(86,207,193); }
td.TdClassName
{
border-color: #56CFC1;
}
.TagClassName
{
border-color: #56CFC1;
}
</style>