Shades of Turquoise Blue #56DBEE
Tints of Turquoise Blue #56DBEE
RGB
CMYK
RGB Variations
Color information
#56DBEE (or 0x56DBEE) is known color: Turquoise Blue. HEX triplet: 56, DB and EE. RGB value is (86,219,238). Sum of RGB (Red+Green+Blue) = 86+219+238=543 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.84% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #56DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBEE is #A92411. Grayscale: #B5B5B5. Windows color (decimal): -11084818 or 15653718. OLE color: 15653718.
HSL color Cylindrical-coordinate representation of color #56DBEE: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DBEE is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 219 | 238 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.07 |
| HSL | 187.5º | 0.82% | 0.64% | - |
| HSV(B) | 187.5º | 0.64% | 0.93% | - |
| XYZ | 44.6 | 58.81 | 89.89 | - |
| YUV | 181.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 238 | 0.64 | 0.08 | 0 | 0.07 | 187.5 | 0.82 | 0.64 |
| Hex | 56 | DB | EE | 40 | 8 | 0 | 7 | BC | 52 | 40 |
| Octal | 126 | 333 | 356 | 100 | 10 | 0 | 7 | 274 | 122 | 100 |
| Binary | 1010110 | 11011011 | 11101110 | 1000000 | 1000 | 0 | 111 | 10111100 | 1010010 | 1000000 |
Color Harmonies of #56DBEE
Complementary color
Monochromatic Colors of #56DBEE
Black with #56DBEE
Text Example
Text Example
White with #56DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBEE; }
p { color: rgb(86,219,238); }
H1.HeaderClassName
{
color: #56DBEE;
}
.AnyTagClassName
{
color: #56DBEE;
}
</style>
background-color css
<style>
a { background-color: #56DBEE; }
a { background-color: rgb(86,219,238); }
div.DivClassName
{
background-color: #56DBEE;
}
.BgClassName
{
background-color: #56DBEE;
}
</style>
border-color css
<style>
span { border-color: #56DBEE; }
span { border-color: rgb(86,219,238); }
td.TdClassName
{
border-color: #56DBEE;
}
.TagClassName
{
border-color: #56DBEE;
}
</style>