Shades of Turquoise Blue #6EE2E5
Tints of Turquoise Blue #6EE2E5
RGB
CMYK
RGB Variations
Color information
#6EE2E5 (or 0x6EE2E5) is known color: Turquoise Blue. HEX triplet: 6E, E2 and E5. RGB value is (110,226,229). Sum of RGB (Red+Green+Blue) = 110+226+229=565 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.47% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EE2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EE2E5 is #911D1A. Grayscale: #BFBFBF. Windows color (decimal): -9510171 or 15065710. OLE color: 15065710.
HSL color Cylindrical-coordinate representation of color #6EE2E5: hue angle of 181.51º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EE2E5 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 226 | 229 | - |
| CMYK | 0.52 | 0.01 | 0 | 0.10 |
| HSL | 181.51º | 0.7% | 0.66% | - |
| HSV(B) | 181.51º | 0.52% | 0.9% | - |
| XYZ | 47.77 | 63.36 | 83.84 | - |
| YUV | 191.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 226 | 229 | 0.52 | 0.01 | 0 | 0.10 | 181.51 | 0.7 | 0.66 |
| Hex | 6E | E2 | E5 | 34 | 1 | 0 | A | B6 | 46 | 42 |
| Octal | 156 | 342 | 345 | 64 | 1 | 0 | 12 | 266 | 106 | 102 |
| Binary | 1101110 | 11100010 | 11100101 | 110100 | 1 | 0 | 1010 | 10110110 | 1000110 | 1000010 |
Color Harmonies of #6EE2E5
Complementary color
Monochromatic Colors of #6EE2E5
Black with #6EE2E5
Text Example
Text Example
White with #6EE2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE2E5; }
p { color: rgb(110,226,229); }
H1.HeaderClassName
{
color: #6EE2E5;
}
.AnyTagClassName
{
color: #6EE2E5;
}
</style>
background-color css
<style>
a { background-color: #6EE2E5; }
a { background-color: rgb(110,226,229); }
div.DivClassName
{
background-color: #6EE2E5;
}
.BgClassName
{
background-color: #6EE2E5;
}
</style>
border-color css
<style>
span { border-color: #6EE2E5; }
span { border-color: rgb(110,226,229); }
td.TdClassName
{
border-color: #6EE2E5;
}
.TagClassName
{
border-color: #6EE2E5;
}
</style>