Shades of Medium Turquoise #56CFC3
Tints of Medium Turquoise #56CFC3
RGB
CMYK
RGB Variations
Color information
#56CFC3 (or 0x56CFC3) is known color: Medium Turquoise. HEX triplet: 56, CF and C3. RGB value is (86,207,195). Sum of RGB (Red+Green+Blue) = 86+207+195=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #56CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFC3 is #A9303C. Grayscale: #A9A9A9. Windows color (decimal): -11087933 or 12832598. OLE color: 12832598.
HSL color Cylindrical-coordinate representation of color #56CFC3: hue angle of 174.05º 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 #56CFC3 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 207 | 195 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.19 |
| HSL | 174.05º | 0.56% | 0.57% | - |
| HSV(B) | 174.05º | 0.58% | 0.81% | - |
| XYZ | 36 | 50.54 | 59.49 | - |
| YUV | 169.45 | 142.41 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 195 | 0.58 | 0 | 0.06 | 0.19 | 174.05 | 0.56 | 0.57 |
| Hex | 56 | CF | C3 | 3A | 0 | 6 | 13 | AE | 38 | 39 |
| Octal | 126 | 317 | 303 | 72 | 0 | 6 | 23 | 256 | 70 | 71 |
| Binary | 1010110 | 11001111 | 11000011 | 111010 | 0 | 110 | 10011 | 10101110 | 111000 | 111001 |
Color Harmonies of #56CFC3
Complementary color
Monochromatic Colors of #56CFC3
Black with #56CFC3
Text Example
Text Example
White with #56CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFC3; }
p { color: rgb(86,207,195); }
H1.HeaderClassName
{
color: #56CFC3;
}
.AnyTagClassName
{
color: #56CFC3;
}
</style>
background-color css
<style>
a { background-color: #56CFC3; }
a { background-color: rgb(86,207,195); }
div.DivClassName
{
background-color: #56CFC3;
}
.BgClassName
{
background-color: #56CFC3;
}
</style>
border-color css
<style>
span { border-color: #56CFC3; }
span { border-color: rgb(86,207,195); }
td.TdClassName
{
border-color: #56CFC3;
}
.TagClassName
{
border-color: #56CFC3;
}
</style>