Shades of Turquoise Blue #56CFF7
Tints of Turquoise Blue #56CFF7
RGB
CMYK
RGB Variations
Color information
#56CFF7 (or 0x56CFF7) is known color: Turquoise Blue. HEX triplet: 56, CF and F7. RGB value is (86,207,247). Sum of RGB (Red+Green+Blue) = 86+207+247=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #56CFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFF7 is #A93008. Grayscale: #AFAFAF. Windows color (decimal): -11087881 or 16240470. OLE color: 16240470.
HSL color Cylindrical-coordinate representation of color #56CFF7: hue angle of 194.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56CFF7 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 207 | 247 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.03 |
| HSL | 194.91º | 0.91% | 0.65% | - |
| HSV(B) | 194.91º | 0.65% | 0.97% | - |
| XYZ | 42.94 | 53.32 | 96.02 | - |
| YUV | 175.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 247 | 0.65 | 0.16 | 0 | 0.03 | 194.91 | 0.91 | 0.65 |
| Hex | 56 | CF | F7 | 41 | 10 | 0 | 3 | C3 | 5B | 41 |
| Octal | 126 | 317 | 367 | 101 | 20 | 0 | 3 | 303 | 133 | 101 |
| Binary | 1010110 | 11001111 | 11110111 | 1000001 | 10000 | 0 | 11 | 11000011 | 1011011 | 1000001 |
Color Harmonies of #56CFF7
Complementary color
Monochromatic Colors of #56CFF7
Black with #56CFF7
Text Example
Text Example
White with #56CFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFF7; }
p { color: rgb(86,207,247); }
H1.HeaderClassName
{
color: #56CFF7;
}
.AnyTagClassName
{
color: #56CFF7;
}
</style>
background-color css
<style>
a { background-color: #56CFF7; }
a { background-color: rgb(86,207,247); }
div.DivClassName
{
background-color: #56CFF7;
}
.BgClassName
{
background-color: #56CFF7;
}
</style>
border-color css
<style>
span { border-color: #56CFF7; }
span { border-color: rgb(86,207,247); }
td.TdClassName
{
border-color: #56CFF7;
}
.TagClassName
{
border-color: #56CFF7;
}
</style>