Shades of Turquoise #56FBCB
Tints of Turquoise #56FBCB
RGB
CMYK
RGB Variations
Color information
#56FBCB (or 0x56FBCB) is known color: Turquoise. HEX triplet: 56, FB and CB. RGB value is (86,251,203). Sum of RGB (Red+Green+Blue) = 86+251+203=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #56FBCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FBCB is #A90434. Grayscale: #C4C4C4. Windows color (decimal): -11076661 or 13368150. OLE color: 13368150.
HSL color Cylindrical-coordinate representation of color #56FBCB: hue angle of 162.55º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FBCB is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 251 | 203 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.02 |
| HSL | 162.55º | 0.95% | 0.66% | - |
| HSV(B) | 162.55º | 0.66% | 0.98% | - |
| XYZ | 49.11 | 75.28 | 68.44 | - |
| YUV | 196.19 | 131.84 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 251 | 203 | 0.66 | 0 | 0.19 | 0.02 | 162.55 | 0.95 | 0.66 |
| Hex | 56 | FB | CB | 42 | 0 | 13 | 2 | A3 | 5F | 42 |
| Octal | 126 | 373 | 313 | 102 | 0 | 23 | 2 | 243 | 137 | 102 |
| Binary | 1010110 | 11111011 | 11001011 | 1000010 | 0 | 10011 | 10 | 10100011 | 1011111 | 1000010 |
Color Harmonies of #56FBCB
Complementary color
Monochromatic Colors of #56FBCB
Black with #56FBCB
Text Example
Text Example
White with #56FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FBCB; }
p { color: rgb(86,251,203); }
H1.HeaderClassName
{
color: #56FBCB;
}
.AnyTagClassName
{
color: #56FBCB;
}
</style>
background-color css
<style>
a { background-color: #56FBCB; }
a { background-color: rgb(86,251,203); }
div.DivClassName
{
background-color: #56FBCB;
}
.BgClassName
{
background-color: #56FBCB;
}
</style>
border-color css
<style>
span { border-color: #56FBCB; }
span { border-color: rgb(86,251,203); }
td.TdClassName
{
border-color: #56FBCB;
}
.TagClassName
{
border-color: #56FBCB;
}
</style>