Shades of Turquoise Blue #56CFF8
Tints of Turquoise Blue #56CFF8
RGB
CMYK
RGB Variations
Color information
#56CFF8 (or 0x56CFF8) is known color: Turquoise Blue. HEX triplet: 56, CF and F8. RGB value is (86,207,248). Sum of RGB (Red+Green+Blue) = 86+207+248=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #56CFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CFF8 is #A93007. Grayscale: #AFAFAF. Windows color (decimal): -11087880 or 16306006. OLE color: 16306006.
HSL color Cylindrical-coordinate representation of color #56CFF8: hue angle of 195.19º degrees, saturation: 0.92, 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 #56CFF8 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 207 | 248 | - |
| CMYK | 0.65 | 0.17 | 0 | 0.03 |
| HSL | 195.19º | 0.92% | 0.65% | - |
| HSV(B) | 195.19º | 0.65% | 0.97% | - |
| XYZ | 43.09 | 53.38 | 96.84 | - |
| YUV | 175.5 | 168.91 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 248 | 0.65 | 0.17 | 0 | 0.03 | 195.19 | 0.92 | 0.65 |
| Hex | 56 | CF | F8 | 41 | 11 | 0 | 3 | C3 | 5C | 41 |
| Octal | 126 | 317 | 370 | 101 | 21 | 0 | 3 | 303 | 134 | 101 |
| Binary | 1010110 | 11001111 | 11111000 | 1000001 | 10001 | 0 | 11 | 11000011 | 1011100 | 1000001 |
Color Harmonies of #56CFF8
Complementary color
Monochromatic Colors of #56CFF8
Black with #56CFF8
Text Example
Text Example
White with #56CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFF8; }
p { color: rgb(86,207,248); }
H1.HeaderClassName
{
color: #56CFF8;
}
.AnyTagClassName
{
color: #56CFF8;
}
</style>
background-color css
<style>
a { background-color: #56CFF8; }
a { background-color: rgb(86,207,248); }
div.DivClassName
{
background-color: #56CFF8;
}
.BgClassName
{
background-color: #56CFF8;
}
</style>
border-color css
<style>
span { border-color: #56CFF8; }
span { border-color: rgb(86,207,248); }
td.TdClassName
{
border-color: #56CFF8;
}
.TagClassName
{
border-color: #56CFF8;
}
</style>