Shades of Turquoise #56FCCB
Tints of Turquoise #56FCCB
RGB
CMYK
RGB Variations
Color information
#56FCCB (or 0x56FCCB) is known color: Turquoise. HEX triplet: 56, FC and CB. RGB value is (86,252,203). Sum of RGB (Red+Green+Blue) = 86+252+203=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #56FCCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FCCB is #A90334. Grayscale: #C4C4C4. Windows color (decimal): -11076405 or 13368406. OLE color: 13368406.
HSL color Cylindrical-coordinate representation of color #56FCCB: hue angle of 162.29º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FCCB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 252 | 203 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.01 |
| HSL | 162.29º | 0.97% | 0.66% | - |
| HSV(B) | 162.29º | 0.66% | 0.99% | - |
| XYZ | 49.43 | 75.91 | 68.55 | - |
| YUV | 196.78 | 131.5 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 252 | 203 | 0.66 | 0 | 0.19 | 0.01 | 162.29 | 0.97 | 0.66 |
| Hex | 56 | FC | CB | 42 | 0 | 13 | 1 | A2 | 61 | 42 |
| Octal | 126 | 374 | 313 | 102 | 0 | 23 | 1 | 242 | 141 | 102 |
| Binary | 1010110 | 11111100 | 11001011 | 1000010 | 0 | 10011 | 1 | 10100010 | 1100001 | 1000010 |
Color Harmonies of #56FCCB
Complementary color
Monochromatic Colors of #56FCCB
Black with #56FCCB
Text Example
Text Example
White with #56FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FCCB; }
p { color: rgb(86,252,203); }
H1.HeaderClassName
{
color: #56FCCB;
}
.AnyTagClassName
{
color: #56FCCB;
}
</style>
background-color css
<style>
a { background-color: #56FCCB; }
a { background-color: rgb(86,252,203); }
div.DivClassName
{
background-color: #56FCCB;
}
.BgClassName
{
background-color: #56FCCB;
}
</style>
border-color css
<style>
span { border-color: #56FCCB; }
span { border-color: rgb(86,252,203); }
td.TdClassName
{
border-color: #56FCCB;
}
.TagClassName
{
border-color: #56FCCB;
}
</style>