Shades of Turquoise Blue #6EE3EF
Tints of Turquoise Blue #6EE3EF
RGB
CMYK
RGB Variations
Color information
#6EE3EF (or 0x6EE3EF) is known color: Turquoise Blue. HEX triplet: 6E, E3 and EF. RGB value is (110,227,239). Sum of RGB (Red+Green+Blue) = 110+227+239=576 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.10% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #6EE3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE3EF is #911C10. Grayscale: #C1C1C1. Windows color (decimal): -9509905 or 15721326. OLE color: 15721326.
HSL color Cylindrical-coordinate representation of color #6EE3EF: hue angle of 185.58º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EE3EF is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 227 | 239 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.06 |
| HSL | 185.58º | 0.8% | 0.68% | - |
| HSV(B) | 185.58º | 0.54% | 0.94% | - |
| XYZ | 49.48 | 64.49 | 91.5 | - |
| YUV | 193.39 | 153.74 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 227 | 239 | 0.54 | 0.05 | 0 | 0.06 | 185.58 | 0.8 | 0.68 |
| Hex | 6E | E3 | EF | 36 | 5 | 0 | 6 | BA | 50 | 44 |
| Octal | 156 | 343 | 357 | 66 | 5 | 0 | 6 | 272 | 120 | 104 |
| Binary | 1101110 | 11100011 | 11101111 | 110110 | 101 | 0 | 110 | 10111010 | 1010000 | 1000100 |
Color Harmonies of #6EE3EF
Complementary color
Monochromatic Colors of #6EE3EF
Black with #6EE3EF
Text Example
Text Example
White with #6EE3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE3EF; }
p { color: rgb(110,227,239); }
H1.HeaderClassName
{
color: #6EE3EF;
}
.AnyTagClassName
{
color: #6EE3EF;
}
</style>
background-color css
<style>
a { background-color: #6EE3EF; }
a { background-color: rgb(110,227,239); }
div.DivClassName
{
background-color: #6EE3EF;
}
.BgClassName
{
background-color: #6EE3EF;
}
</style>
border-color css
<style>
span { border-color: #6EE3EF; }
span { border-color: rgb(110,227,239); }
td.TdClassName
{
border-color: #6EE3EF;
}
.TagClassName
{
border-color: #6EE3EF;
}
</style>