Shades of Turquoise Blue #6EE6E8
Tints of Turquoise Blue #6EE6E8
RGB
CMYK
RGB Variations
Color information
#6EE6E8 (or 0x6EE6E8) is known color: Turquoise Blue. HEX triplet: 6E, E6 and E8. RGB value is (110,230,232). Sum of RGB (Red+Green+Blue) = 110+230+232=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #6EE6E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE6E8 is #911917. Grayscale: #C2C2C2. Windows color (decimal): -9509144 or 15263342. OLE color: 15263342.
HSL color Cylindrical-coordinate representation of color #6EE6E8: hue angle of 180.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EE6E8 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 230 | 232 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.09 |
| HSL | 180.98º | 0.73% | 0.67% | - |
| HSV(B) | 180.98º | 0.53% | 0.91% | - |
| XYZ | 49.29 | 65.73 | 86.43 | - |
| YUV | 194.35 | 149.24 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 230 | 232 | 0.53 | 0.01 | 0 | 0.09 | 180.98 | 0.73 | 0.67 |
| Hex | 6E | E6 | E8 | 35 | 1 | 0 | 9 | B5 | 49 | 43 |
| Octal | 156 | 346 | 350 | 65 | 1 | 0 | 11 | 265 | 111 | 103 |
| Binary | 1101110 | 11100110 | 11101000 | 110101 | 1 | 0 | 1001 | 10110101 | 1001001 | 1000011 |
Color Harmonies of #6EE6E8
Complementary color
Monochromatic Colors of #6EE6E8
Black with #6EE6E8
Text Example
Text Example
White with #6EE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE6E8; }
p { color: rgb(110,230,232); }
H1.HeaderClassName
{
color: #6EE6E8;
}
.AnyTagClassName
{
color: #6EE6E8;
}
</style>
background-color css
<style>
a { background-color: #6EE6E8; }
a { background-color: rgb(110,230,232); }
div.DivClassName
{
background-color: #6EE6E8;
}
.BgClassName
{
background-color: #6EE6E8;
}
</style>
border-color css
<style>
span { border-color: #6EE6E8; }
span { border-color: rgb(110,230,232); }
td.TdClassName
{
border-color: #6EE6E8;
}
.TagClassName
{
border-color: #6EE6E8;
}
</style>