Shades of Turquoise Blue #56DFE5
Tints of Turquoise Blue #56DFE5
RGB
CMYK
RGB Variations
Color information
#56DFE5 (or 0x56DFE5) is known color: Turquoise Blue. HEX triplet: 56, DF and E5. RGB value is (86,223,229). Sum of RGB (Red+Green+Blue) = 86+223+229=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #56DFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFE5 is #A9201A. Grayscale: #B6B6B6. Windows color (decimal): -11083803 or 15064918. OLE color: 15064918.
HSL color Cylindrical-coordinate representation of color #56DFE5: hue angle of 182.52º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DFE5 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 223 | 229 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.10 |
| HSL | 182.52º | 0.73% | 0.62% | - |
| HSV(B) | 182.52º | 0.62% | 0.9% | - |
| XYZ | 44.37 | 60.41 | 83.45 | - |
| YUV | 182.72 | 154.11 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 229 | 0.62 | 0.03 | 0 | 0.10 | 182.52 | 0.73 | 0.62 |
| Hex | 56 | DF | E5 | 3E | 3 | 0 | A | B7 | 49 | 3E |
| Octal | 126 | 337 | 345 | 76 | 3 | 0 | 12 | 267 | 111 | 76 |
| Binary | 1010110 | 11011111 | 11100101 | 111110 | 11 | 0 | 1010 | 10110111 | 1001001 | 111110 |
Color Harmonies of #56DFE5
Complementary color
Monochromatic Colors of #56DFE5
Black with #56DFE5
Text Example
Text Example
White with #56DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFE5; }
p { color: rgb(86,223,229); }
H1.HeaderClassName
{
color: #56DFE5;
}
.AnyTagClassName
{
color: #56DFE5;
}
</style>
background-color css
<style>
a { background-color: #56DFE5; }
a { background-color: rgb(86,223,229); }
div.DivClassName
{
background-color: #56DFE5;
}
.BgClassName
{
background-color: #56DFE5;
}
</style>
border-color css
<style>
span { border-color: #56DFE5; }
span { border-color: rgb(86,223,229); }
td.TdClassName
{
border-color: #56DFE5;
}
.TagClassName
{
border-color: #56DFE5;
}
</style>