Shades of Turquoise Blue #56CFF6
Tints of Turquoise Blue #56CFF6
RGB
CMYK
RGB Variations
Color information
#56CFF6 (or 0x56CFF6) is known color: Turquoise Blue. HEX triplet: 56, CF and F6. RGB value is (86,207,246). Sum of RGB (Red+Green+Blue) = 86+207+246=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #56CFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFF6 is #A93009. Grayscale: #AEAEAE. Windows color (decimal): -11087882 or 16174934. OLE color: 16174934.
HSL color Cylindrical-coordinate representation of color #56CFF6: hue angle of 194.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CFF6 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 86 | 207 | 246 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.04 |
| HSL | 194.63º | 0.9% | 0.65% | - |
| HSV(B) | 194.63º | 0.65% | 0.96% | - |
| XYZ | 42.79 | 53.26 | 95.21 | - |
| YUV | 175.27 | 167.91 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 246 | 0.65 | 0.16 | 0 | 0.04 | 194.63 | 0.9 | 0.65 |
| Hex | 56 | CF | F6 | 41 | 10 | 0 | 4 | C3 | 5A | 41 |
| Octal | 126 | 317 | 366 | 101 | 20 | 0 | 4 | 303 | 132 | 101 |
| Binary | 1010110 | 11001111 | 11110110 | 1000001 | 10000 | 0 | 100 | 11000011 | 1011010 | 1000001 |
Color Harmonies of #56CFF6
Complementary color
Monochromatic Colors of #56CFF6
Black with #56CFF6
Text Example
Text Example
White with #56CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFF6; }
p { color: rgb(86,207,246); }
H1.HeaderClassName
{
color: #56CFF6;
}
.AnyTagClassName
{
color: #56CFF6;
}
</style>
background-color css
<style>
a { background-color: #56CFF6; }
a { background-color: rgb(86,207,246); }
div.DivClassName
{
background-color: #56CFF6;
}
.BgClassName
{
background-color: #56CFF6;
}
</style>
border-color css
<style>
span { border-color: #56CFF6; }
span { border-color: rgb(86,207,246); }
td.TdClassName
{
border-color: #56CFF6;
}
.TagClassName
{
border-color: #56CFF6;
}
</style>