Shades of Turquoise Blue #56CFE5
Tints of Turquoise Blue #56CFE5
RGB
CMYK
RGB Variations
Color information
#56CFE5 (or 0x56CFE5) is known color: Turquoise Blue. HEX triplet: 56, CF and E5. RGB value is (86,207,229). Sum of RGB (Red+Green+Blue) = 86+207+229=522 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.48% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #56CFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CFE5 is #A9301A. Grayscale: #ADADAD. Windows color (decimal): -11087899 or 15060822. OLE color: 15060822.
HSL color Cylindrical-coordinate representation of color #56CFE5: hue angle of 189.23º 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 #56CFE5 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 207 | 229 | - |
| CMYK | 0.62 | 0.10 | 0 | 0.10 |
| HSL | 189.23º | 0.73% | 0.62% | - |
| HSV(B) | 189.23º | 0.62% | 0.9% | - |
| XYZ | 40.29 | 52.26 | 82.09 | - |
| YUV | 173.33 | 159.41 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 207 | 229 | 0.62 | 0.10 | 0 | 0.10 | 189.23 | 0.73 | 0.62 |
| Hex | 56 | CF | E5 | 3E | A | 0 | A | BD | 49 | 3E |
| Octal | 126 | 317 | 345 | 76 | 12 | 0 | 12 | 275 | 111 | 76 |
| Binary | 1010110 | 11001111 | 11100101 | 111110 | 1010 | 0 | 1010 | 10111101 | 1001001 | 111110 |
Color Harmonies of #56CFE5
Complementary color
Monochromatic Colors of #56CFE5
Black with #56CFE5
Text Example
Text Example
White with #56CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CFE5; }
p { color: rgb(86,207,229); }
H1.HeaderClassName
{
color: #56CFE5;
}
.AnyTagClassName
{
color: #56CFE5;
}
</style>
background-color css
<style>
a { background-color: #56CFE5; }
a { background-color: rgb(86,207,229); }
div.DivClassName
{
background-color: #56CFE5;
}
.BgClassName
{
background-color: #56CFE5;
}
</style>
border-color css
<style>
span { border-color: #56CFE5; }
span { border-color: rgb(86,207,229); }
td.TdClassName
{
border-color: #56CFE5;
}
.TagClassName
{
border-color: #56CFE5;
}
</style>