Shades of Turquoise Blue #56CEEE
Tints of Turquoise Blue #56CEEE
RGB
CMYK
RGB Variations
Color information
#56CEEE (or 0x56CEEE) is known color: Turquoise Blue. HEX triplet: 56, CE and EE. RGB value is (86,206,238). Sum of RGB (Red+Green+Blue) = 86+206+238=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #56CEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEEE is #A93111. Grayscale: #ADADAD. Windows color (decimal): -11088146 or 15650390. OLE color: 15650390.
HSL color Cylindrical-coordinate representation of color #56CEEE: hue angle of 192.63º 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 #56CEEE is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 206 | 238 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.07 |
| HSL | 192.63º | 0.82% | 0.64% | - |
| HSV(B) | 192.63º | 0.64% | 0.93% | - |
| XYZ | 41.34 | 52.29 | 88.8 | - |
| YUV | 173.77 | 164.24 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 238 | 0.64 | 0.13 | 0 | 0.07 | 192.63 | 0.82 | 0.64 |
| Hex | 56 | CE | EE | 40 | D | 0 | 7 | C1 | 52 | 40 |
| Octal | 126 | 316 | 356 | 100 | 15 | 0 | 7 | 301 | 122 | 100 |
| Binary | 1010110 | 11001110 | 11101110 | 1000000 | 1101 | 0 | 111 | 11000001 | 1010010 | 1000000 |
Color Harmonies of #56CEEE
Complementary color
Monochromatic Colors of #56CEEE
Black with #56CEEE
Text Example
Text Example
White with #56CEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEEE; }
p { color: rgb(86,206,238); }
H1.HeaderClassName
{
color: #56CEEE;
}
.AnyTagClassName
{
color: #56CEEE;
}
</style>
background-color css
<style>
a { background-color: #56CEEE; }
a { background-color: rgb(86,206,238); }
div.DivClassName
{
background-color: #56CEEE;
}
.BgClassName
{
background-color: #56CEEE;
}
</style>
border-color css
<style>
span { border-color: #56CEEE; }
span { border-color: rgb(86,206,238); }
td.TdClassName
{
border-color: #56CEEE;
}
.TagClassName
{
border-color: #56CEEE;
}
</style>