Shades of Turquoise Blue #6EEDE8
Tints of Turquoise Blue #6EEDE8
RGB
CMYK
RGB Variations
Color information
#6EEDE8 (or 0x6EEDE8) is known color: Turquoise Blue. HEX triplet: 6E, ED and E8. RGB value is (110,237,232). Sum of RGB (Red+Green+Blue) = 110+237+232=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEDE8 is #911217. Grayscale: #C6C6C6. Windows color (decimal): -9507352 or 15265134. OLE color: 15265134.
HSL color Cylindrical-coordinate representation of color #6EEDE8: hue angle of 177.64º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDE8 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 232 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.07 |
| HSL | 177.64º | 0.78% | 0.68% | - |
| HSV(B) | 177.64º | 0.54% | 0.93% | - |
| XYZ | 51.28 | 69.71 | 87.1 | - |
| YUV | 198.46 | 146.92 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 232 | 0.54 | 0 | 0.02 | 0.07 | 177.64 | 0.78 | 0.68 |
| Hex | 6E | ED | E8 | 36 | 0 | 2 | 7 | B2 | 4E | 44 |
| Octal | 156 | 355 | 350 | 66 | 0 | 2 | 7 | 262 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11101000 | 110110 | 0 | 10 | 111 | 10110010 | 1001110 | 1000100 |
Color Harmonies of #6EEDE8
Complementary color
Monochromatic Colors of #6EEDE8
Black with #6EEDE8
Text Example
Text Example
White with #6EEDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDE8; }
p { color: rgb(110,237,232); }
H1.HeaderClassName
{
color: #6EEDE8;
}
.AnyTagClassName
{
color: #6EEDE8;
}
</style>
background-color css
<style>
a { background-color: #6EEDE8; }
a { background-color: rgb(110,237,232); }
div.DivClassName
{
background-color: #6EEDE8;
}
.BgClassName
{
background-color: #6EEDE8;
}
</style>
border-color css
<style>
span { border-color: #6EEDE8; }
span { border-color: rgb(110,237,232); }
td.TdClassName
{
border-color: #6EEDE8;
}
.TagClassName
{
border-color: #6EEDE8;
}
</style>