Shades of Turquoise Blue #56CCF1
Tints of Turquoise Blue #56CCF1
RGB
CMYK
RGB Variations
Color information
#56CCF1 (or 0x56CCF1) is known color: Turquoise Blue. HEX triplet: 56, CC and F1. RGB value is (86,204,241). Sum of RGB (Red+Green+Blue) = 86+204+241=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #56CCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CCF1 is #A9330E. Grayscale: #ACACAC. Windows color (decimal): -11088655 or 15846486. OLE color: 15846486.
HSL color Cylindrical-coordinate representation of color #56CCF1: hue angle of 194.32º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56CCF1 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 204 | 241 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.05 |
| HSL | 194.32º | 0.85% | 0.64% | - |
| HSV(B) | 194.32º | 0.64% | 0.95% | - |
| XYZ | 41.31 | 51.52 | 90.99 | - |
| YUV | 172.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 204 | 241 | 0.64 | 0.15 | 0 | 0.05 | 194.32 | 0.85 | 0.64 |
| Hex | 56 | CC | F1 | 40 | F | 0 | 5 | C2 | 55 | 40 |
| Octal | 126 | 314 | 361 | 100 | 17 | 0 | 5 | 302 | 125 | 100 |
| Binary | 1010110 | 11001100 | 11110001 | 1000000 | 1111 | 0 | 101 | 11000010 | 1010101 | 1000000 |
Color Harmonies of #56CCF1
Complementary color
Monochromatic Colors of #56CCF1
Black with #56CCF1
Text Example
Text Example
White with #56CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CCF1; }
p { color: rgb(86,204,241); }
H1.HeaderClassName
{
color: #56CCF1;
}
.AnyTagClassName
{
color: #56CCF1;
}
</style>
background-color css
<style>
a { background-color: #56CCF1; }
a { background-color: rgb(86,204,241); }
div.DivClassName
{
background-color: #56CCF1;
}
.BgClassName
{
background-color: #56CCF1;
}
</style>
border-color css
<style>
span { border-color: #56CCF1; }
span { border-color: rgb(86,204,241); }
td.TdClassName
{
border-color: #56CCF1;
}
.TagClassName
{
border-color: #56CCF1;
}
</style>