Shades of Turquoise Blue #6EEDE2
Tints of Turquoise Blue #6EEDE2
RGB
CMYK
RGB Variations
Color information
#6EEDE2 (or 0x6EEDE2) is known color: Turquoise Blue. HEX triplet: 6E, ED and E2. RGB value is (110,237,226). Sum of RGB (Red+Green+Blue) = 110+237+226=573 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.20% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDE2 is #91121D. Grayscale: #C5C5C5. Windows color (decimal): -9507358 or 14871918. OLE color: 14871918.
HSL color Cylindrical-coordinate representation of color #6EEDE2: hue angle of 174.8º 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 #6EEDE2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 237 | 226 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.07 |
| HSL | 174.8º | 0.78% | 0.68% | - |
| HSV(B) | 174.8º | 0.54% | 0.93% | - |
| XYZ | 50.44 | 69.37 | 82.68 | - |
| YUV | 197.77 | 143.92 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 237 | 226 | 0.54 | 0 | 0.05 | 0.07 | 174.8 | 0.78 | 0.68 |
| Hex | 6E | ED | E2 | 36 | 0 | 5 | 7 | AF | 4E | 44 |
| Octal | 156 | 355 | 342 | 66 | 0 | 5 | 7 | 257 | 116 | 104 |
| Binary | 1101110 | 11101101 | 11100010 | 110110 | 0 | 101 | 111 | 10101111 | 1001110 | 1000100 |
Color Harmonies of #6EEDE2
Complementary color
Monochromatic Colors of #6EEDE2
Black with #6EEDE2
Text Example
Text Example
White with #6EEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEDE2; }
p { color: rgb(110,237,226); }
H1.HeaderClassName
{
color: #6EEDE2;
}
.AnyTagClassName
{
color: #6EEDE2;
}
</style>
background-color css
<style>
a { background-color: #6EEDE2; }
a { background-color: rgb(110,237,226); }
div.DivClassName
{
background-color: #6EEDE2;
}
.BgClassName
{
background-color: #6EEDE2;
}
</style>
border-color css
<style>
span { border-color: #6EEDE2; }
span { border-color: rgb(110,237,226); }
td.TdClassName
{
border-color: #6EEDE2;
}
.TagClassName
{
border-color: #6EEDE2;
}
</style>