Shades of Turquoise Blue #6EE7EE
Tints of Turquoise Blue #6EE7EE
RGB
CMYK
RGB Variations
Color information
#6EE7EE (or 0x6EE7EE) is known color: Turquoise Blue. HEX triplet: 6E, E7 and EE. RGB value is (110,231,238). Sum of RGB (Red+Green+Blue) = 110+231+238=579 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.00% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EE7EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EE7EE is #911811. Grayscale: #C3C3C3. Windows color (decimal): -9508882 or 15656814. OLE color: 15656814.
HSL color Cylindrical-coordinate representation of color #6EE7EE: hue angle of 183.28º degrees, saturation: 0.79, 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 #6EE7EE is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 231 | 238 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.07 |
| HSL | 183.28º | 0.79% | 0.68% | - |
| HSV(B) | 183.28º | 0.54% | 0.93% | - |
| XYZ | 50.44 | 66.64 | 91.09 | - |
| YUV | 195.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 231 | 238 | 0.54 | 0.03 | 0 | 0.07 | 183.28 | 0.79 | 0.68 |
| Hex | 6E | E7 | EE | 36 | 3 | 0 | 7 | B7 | 4F | 44 |
| Octal | 156 | 347 | 356 | 66 | 3 | 0 | 7 | 267 | 117 | 104 |
| Binary | 1101110 | 11100111 | 11101110 | 110110 | 11 | 0 | 111 | 10110111 | 1001111 | 1000100 |
Color Harmonies of #6EE7EE
Complementary color
Monochromatic Colors of #6EE7EE
Black with #6EE7EE
Text Example
Text Example
White with #6EE7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE7EE; }
p { color: rgb(110,231,238); }
H1.HeaderClassName
{
color: #6EE7EE;
}
.AnyTagClassName
{
color: #6EE7EE;
}
</style>
background-color css
<style>
a { background-color: #6EE7EE; }
a { background-color: rgb(110,231,238); }
div.DivClassName
{
background-color: #6EE7EE;
}
.BgClassName
{
background-color: #6EE7EE;
}
</style>
border-color css
<style>
span { border-color: #6EE7EE; }
span { border-color: rgb(110,231,238); }
td.TdClassName
{
border-color: #6EE7EE;
}
.TagClassName
{
border-color: #6EE7EE;
}
</style>