Shades of Turquoise Blue #56CFE3
Tints of Turquoise Blue #56CFE3
RGB
CMYK
RGB Variations
Color information
#56CFE3 (or 0x56CFE3) is known color: Turquoise Blue. HEX triplet: 56, CF and E3. RGB value is (86,207,227). Sum of RGB (Red+Green+Blue) = 86+207+227=520 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.54% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 227 (89.06% from 255 or 43.65% from 520); Max value from RGB is 227 - color contains mainly: blue. Hex color #56CFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFE3 is #A9301C. Grayscale: #ACACAC. Windows color (decimal): -11087901 or 14929750. OLE color: 14929750.
HSL color Cylindrical-coordinate representation of color #56CFE3: hue angle of 188.51º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56CFE3 is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 207 | 227 | - |
| CMYK | 0.62 | 0.09 | 0 | 0.11 |
| HSL | 188.51º | 0.72% | 0.61% | - |
| HSV(B) | 188.51º | 0.62% | 0.89% | - |
| XYZ | 40.02 | 52.15 | 80.63 | - |
| YUV | 173.1 | 158.41 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 227 | 0.62 | 0.09 | 0 | 0.11 | 188.51 | 0.72 | 0.61 |
| Hex | 56 | CF | E3 | 3E | 9 | 0 | B | BD | 48 | 3D |
| Octal | 126 | 317 | 343 | 76 | 11 | 0 | 13 | 275 | 110 | 75 |
| Binary | 1010110 | 11001111 | 11100011 | 111110 | 1001 | 0 | 1011 | 10111101 | 1001000 | 111101 |
Color Harmonies of #56CFE3
Complementary color
Monochromatic Colors of #56CFE3
Black with #56CFE3
Text Example
Text Example
White with #56CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFE3; }
p { color: rgb(86,207,227); }
H1.HeaderClassName
{
color: #56CFE3;
}
.AnyTagClassName
{
color: #56CFE3;
}
</style>
background-color css
<style>
a { background-color: #56CFE3; }
a { background-color: rgb(86,207,227); }
div.DivClassName
{
background-color: #56CFE3;
}
.BgClassName
{
background-color: #56CFE3;
}
</style>
border-color css
<style>
span { border-color: #56CFE3; }
span { border-color: rgb(86,207,227); }
td.TdClassName
{
border-color: #56CFE3;
}
.TagClassName
{
border-color: #56CFE3;
}
</style>