Shades of Turquoise Blue #56CFE1
Tints of Turquoise Blue #56CFE1
RGB
CMYK
RGB Variations
Color information
#56CFE1 (or 0x56CFE1) is known color: Turquoise Blue. HEX triplet: 56, CF and E1. RGB value is (86,207,225). Sum of RGB (Red+Green+Blue) = 86+207+225=518 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.60% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #56CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFE1 is #A9301E. Grayscale: #ACACAC. Windows color (decimal): -11087903 or 14798678. OLE color: 14798678.
HSL color Cylindrical-coordinate representation of color #56CFE1: hue angle of 187.77º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56CFE1 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 207 | 225 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.12 |
| HSL | 187.77º | 0.7% | 0.61% | - |
| HSV(B) | 187.77º | 0.62% | 0.88% | - |
| XYZ | 39.74 | 52.04 | 79.18 | - |
| YUV | 172.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 225 | 0.62 | 0.08 | 0 | 0.12 | 187.77 | 0.7 | 0.61 |
| Hex | 56 | CF | E1 | 3E | 8 | 0 | C | BC | 46 | 3D |
| Octal | 126 | 317 | 341 | 76 | 10 | 0 | 14 | 274 | 106 | 75 |
| Binary | 1010110 | 11001111 | 11100001 | 111110 | 1000 | 0 | 1100 | 10111100 | 1000110 | 111101 |
Color Harmonies of #56CFE1
Complementary color
Monochromatic Colors of #56CFE1
Black with #56CFE1
Text Example
Text Example
White with #56CFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFE1; }
p { color: rgb(86,207,225); }
H1.HeaderClassName
{
color: #56CFE1;
}
.AnyTagClassName
{
color: #56CFE1;
}
</style>
background-color css
<style>
a { background-color: #56CFE1; }
a { background-color: rgb(86,207,225); }
div.DivClassName
{
background-color: #56CFE1;
}
.BgClassName
{
background-color: #56CFE1;
}
</style>
border-color css
<style>
span { border-color: #56CFE1; }
span { border-color: rgb(86,207,225); }
td.TdClassName
{
border-color: #56CFE1;
}
.TagClassName
{
border-color: #56CFE1;
}
</style>