Shades of Turquoise Blue #56CEE5
Tints of Turquoise Blue #56CEE5
RGB
CMYK
RGB Variations
Color information
#56CEE5 (or 0x56CEE5) is known color: Turquoise Blue. HEX triplet: 56, CE and E5. RGB value is (86,206,229). Sum of RGB (Red+Green+Blue) = 86+206+229=521 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.51% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #56CEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEE5 is #A9311A. Grayscale: #ACACAC. Windows color (decimal): -11088155 or 15060566. OLE color: 15060566.
HSL color Cylindrical-coordinate representation of color #56CEE5: hue angle of 189.65º 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 #56CEE5 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 206 | 229 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.10 |
| HSL | 189.65º | 0.73% | 0.62% | - |
| HSV(B) | 189.65º | 0.62% | 0.9% | - |
| XYZ | 40.05 | 51.78 | 82.01 | - |
| YUV | 172.74 | 159.74 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 229 | 0.62 | 0.10 | 0 | 0.10 | 189.65 | 0.73 | 0.62 |
| Hex | 56 | CE | E5 | 3E | A | 0 | A | BE | 49 | 3E |
| Octal | 126 | 316 | 345 | 76 | 12 | 0 | 12 | 276 | 111 | 76 |
| Binary | 1010110 | 11001110 | 11100101 | 111110 | 1010 | 0 | 1010 | 10111110 | 1001001 | 111110 |
Color Harmonies of #56CEE5
Complementary color
Monochromatic Colors of #56CEE5
Black with #56CEE5
Text Example
Text Example
White with #56CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEE5; }
p { color: rgb(86,206,229); }
H1.HeaderClassName
{
color: #56CEE5;
}
.AnyTagClassName
{
color: #56CEE5;
}
</style>
background-color css
<style>
a { background-color: #56CEE5; }
a { background-color: rgb(86,206,229); }
div.DivClassName
{
background-color: #56CEE5;
}
.BgClassName
{
background-color: #56CEE5;
}
</style>
border-color css
<style>
span { border-color: #56CEE5; }
span { border-color: rgb(86,206,229); }
td.TdClassName
{
border-color: #56CEE5;
}
.TagClassName
{
border-color: #56CEE5;
}
</style>