Shades of Turquoise Blue #56DFFE
Tints of Turquoise Blue #56DFFE
RGB
CMYK
RGB Variations
Color information
#56DFFE (or 0x56DFFE) is known color: Turquoise Blue. HEX triplet: 56, DF and FE. RGB value is (86,223,254). Sum of RGB (Red+Green+Blue) = 86+223+254=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #56DFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DFFE is #A92001. Grayscale: #B9B9B9. Windows color (decimal): -11083778 or 16703318. OLE color: 16703318.
HSL color Cylindrical-coordinate representation of color #56DFFE: hue angle of 191.07º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DFFE is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 223 | 254 | - |
| CMYK | 0.66 | 0.12 | 0 | 0.00 |
| HSL | 191.07º | 0.99% | 0.67% | - |
| HSV(B) | 191.07º | 0.66% | 1% | - |
| XYZ | 48.11 | 61.91 | 103.18 | - |
| YUV | 185.57 | 166.61 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 254 | 0.66 | 0.12 | 0 | 0.00 | 191.07 | 0.99 | 0.67 |
| Hex | 56 | DF | FE | 42 | C | 0 | 0 | BF | 63 | 43 |
| Octal | 126 | 337 | 376 | 102 | 14 | 0 | 0 | 277 | 143 | 103 |
| Binary | 1010110 | 11011111 | 11111110 | 1000010 | 1100 | 0 | 0 | 10111111 | 1100011 | 1000011 |
Color Harmonies of #56DFFE
Complementary color
Monochromatic Colors of #56DFFE
Black with #56DFFE
Text Example
Text Example
White with #56DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFFE; }
p { color: rgb(86,223,254); }
H1.HeaderClassName
{
color: #56DFFE;
}
.AnyTagClassName
{
color: #56DFFE;
}
</style>
background-color css
<style>
a { background-color: #56DFFE; }
a { background-color: rgb(86,223,254); }
div.DivClassName
{
background-color: #56DFFE;
}
.BgClassName
{
background-color: #56DFFE;
}
</style>
border-color css
<style>
span { border-color: #56DFFE; }
span { border-color: rgb(86,223,254); }
td.TdClassName
{
border-color: #56DFFE;
}
.TagClassName
{
border-color: #56DFFE;
}
</style>