Shades of Turquoise #56EECB
Tints of Turquoise #56EECB
RGB
CMYK
RGB Variations
Color information
#56EECB (or 0x56EECB) is known color: Turquoise. HEX triplet: 56, EE and CB. RGB value is (86,238,203). Sum of RGB (Red+Green+Blue) = 86+238+203=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #56EECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EECB is #A91134. Grayscale: #BCBCBC. Windows color (decimal): -11079989 or 13364822. OLE color: 13364822.
HSL color Cylindrical-coordinate representation of color #56EECB: hue angle of 166.18º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EECB is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 238 | 203 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.07 |
| HSL | 166.18º | 0.82% | 0.64% | - |
| HSV(B) | 166.18º | 0.64% | 0.93% | - |
| XYZ | 45.19 | 67.44 | 67.14 | - |
| YUV | 188.56 | 136.14 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 238 | 203 | 0.64 | 0 | 0.15 | 0.07 | 166.18 | 0.82 | 0.64 |
| Hex | 56 | EE | CB | 40 | 0 | F | 7 | A6 | 52 | 40 |
| Octal | 126 | 356 | 313 | 100 | 0 | 17 | 7 | 246 | 122 | 100 |
| Binary | 1010110 | 11101110 | 11001011 | 1000000 | 0 | 1111 | 111 | 10100110 | 1010010 | 1000000 |
Color Harmonies of #56EECB
Complementary color
Monochromatic Colors of #56EECB
Black with #56EECB
Text Example
Text Example
White with #56EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EECB; }
p { color: rgb(86,238,203); }
H1.HeaderClassName
{
color: #56EECB;
}
.AnyTagClassName
{
color: #56EECB;
}
</style>
background-color css
<style>
a { background-color: #56EECB; }
a { background-color: rgb(86,238,203); }
div.DivClassName
{
background-color: #56EECB;
}
.BgClassName
{
background-color: #56EECB;
}
</style>
border-color css
<style>
span { border-color: #56EECB; }
span { border-color: rgb(86,238,203); }
td.TdClassName
{
border-color: #56EECB;
}
.TagClassName
{
border-color: #56EECB;
}
</style>