Shades of Turquoise Blue #6EEBE5
Tints of Turquoise Blue #6EEBE5
RGB
CMYK
RGB Variations
Color information
#6EEBE5 (or 0x6EEBE5) is known color: Turquoise Blue. HEX triplet: 6E, EB and E5. RGB value is (110,235,229). Sum of RGB (Red+Green+Blue) = 110+235+229=574 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.16% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 229 (89.84% from 255 or 39.90% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEBE5 is #91141A. Grayscale: #C4C4C4. Windows color (decimal): -9507867 or 15068014. OLE color: 15068014.
HSL color Cylindrical-coordinate representation of color #6EEBE5: hue angle of 177.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBE5 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 229 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.08 |
| HSL | 177.12º | 0.76% | 0.68% | - |
| HSV(B) | 177.12º | 0.53% | 0.92% | - |
| XYZ | 50.28 | 68.39 | 84.68 | - |
| YUV | 196.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 229 | 0.53 | 0 | 0.03 | 0.08 | 177.12 | 0.76 | 0.68 |
| Hex | 6E | EB | E5 | 35 | 0 | 3 | 8 | B1 | 4C | 44 |
| Octal | 156 | 353 | 345 | 65 | 0 | 3 | 10 | 261 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11100101 | 110101 | 0 | 11 | 1000 | 10110001 | 1001100 | 1000100 |
Color Harmonies of #6EEBE5
Complementary color
Monochromatic Colors of #6EEBE5
Black with #6EEBE5
Text Example
Text Example
White with #6EEBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBE5; }
p { color: rgb(110,235,229); }
H1.HeaderClassName
{
color: #6EEBE5;
}
.AnyTagClassName
{
color: #6EEBE5;
}
</style>
background-color css
<style>
a { background-color: #6EEBE5; }
a { background-color: rgb(110,235,229); }
div.DivClassName
{
background-color: #6EEBE5;
}
.BgClassName
{
background-color: #6EEBE5;
}
</style>
border-color css
<style>
span { border-color: #6EEBE5; }
span { border-color: rgb(110,235,229); }
td.TdClassName
{
border-color: #6EEBE5;
}
.TagClassName
{
border-color: #6EEBE5;
}
</style>