Shades of Turquoise Blue #6EEBE8
Tints of Turquoise Blue #6EEBE8
RGB
CMYK
RGB Variations
Color information
#6EEBE8 (or 0x6EEBE8) is known color: Turquoise Blue. HEX triplet: 6E, EB and E8. RGB value is (110,235,232). Sum of RGB (Red+Green+Blue) = 110+235+232=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 232 (91.02% from 255 or 40.21% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #6EEBE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBE8 is #911417. Grayscale: #C5C5C5. Windows color (decimal): -9507864 or 15264622. OLE color: 15264622.
HSL color Cylindrical-coordinate representation of color #6EEBE8: hue angle of 178.56º 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 #6EEBE8 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 232 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.08 |
| HSL | 178.56º | 0.76% | 0.68% | - |
| HSV(B) | 178.56º | 0.53% | 0.92% | - |
| XYZ | 50.7 | 68.56 | 86.9 | - |
| YUV | 197.28 | 147.59 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 232 | 0.53 | 0 | 0.01 | 0.08 | 178.56 | 0.76 | 0.68 |
| Hex | 6E | EB | E8 | 35 | 0 | 1 | 8 | B3 | 4C | 44 |
| Octal | 156 | 353 | 350 | 65 | 0 | 1 | 10 | 263 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11101000 | 110101 | 0 | 1 | 1000 | 10110011 | 1001100 | 1000100 |
Color Harmonies of #6EEBE8
Complementary color
Monochromatic Colors of #6EEBE8
Black with #6EEBE8
Text Example
Text Example
White with #6EEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBE8; }
p { color: rgb(110,235,232); }
H1.HeaderClassName
{
color: #6EEBE8;
}
.AnyTagClassName
{
color: #6EEBE8;
}
</style>
background-color css
<style>
a { background-color: #6EEBE8; }
a { background-color: rgb(110,235,232); }
div.DivClassName
{
background-color: #6EEBE8;
}
.BgClassName
{
background-color: #6EEBE8;
}
</style>
border-color css
<style>
span { border-color: #6EEBE8; }
span { border-color: rgb(110,235,232); }
td.TdClassName
{
border-color: #6EEBE8;
}
.TagClassName
{
border-color: #6EEBE8;
}
</style>