Shades of Turquoise Blue #6EDEE8
Tints of Turquoise Blue #6EDEE8
RGB
CMYK
RGB Variations
Color information
#6EDEE8 (or 0x6EDEE8) is known color: Turquoise Blue. HEX triplet: 6E, DE and E8. RGB value is (110,222,232). Sum of RGB (Red+Green+Blue) = 110+222+232=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #6EDEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDEE8 is #912117. Grayscale: #BDBDBD. Windows color (decimal): -9511192 or 15261294. OLE color: 15261294.
HSL color Cylindrical-coordinate representation of color #6EDEE8: hue angle of 184.92º 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 #6EDEE8 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 222 | 232 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.09 |
| HSL | 184.92º | 0.73% | 0.67% | - |
| HSV(B) | 184.92º | 0.53% | 0.91% | - |
| XYZ | 47.12 | 61.38 | 85.71 | - |
| YUV | 189.65 | 151.89 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 232 | 0.53 | 0.04 | 0 | 0.09 | 184.92 | 0.73 | 0.67 |
| Hex | 6E | DE | E8 | 35 | 4 | 0 | 9 | B9 | 49 | 43 |
| Octal | 156 | 336 | 350 | 65 | 4 | 0 | 11 | 271 | 111 | 103 |
| Binary | 1101110 | 11011110 | 11101000 | 110101 | 100 | 0 | 1001 | 10111001 | 1001001 | 1000011 |
Color Harmonies of #6EDEE8
Complementary color
Monochromatic Colors of #6EDEE8
Black with #6EDEE8
Text Example
Text Example
White with #6EDEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEE8; }
p { color: rgb(110,222,232); }
H1.HeaderClassName
{
color: #6EDEE8;
}
.AnyTagClassName
{
color: #6EDEE8;
}
</style>
background-color css
<style>
a { background-color: #6EDEE8; }
a { background-color: rgb(110,222,232); }
div.DivClassName
{
background-color: #6EDEE8;
}
.BgClassName
{
background-color: #6EDEE8;
}
</style>
border-color css
<style>
span { border-color: #6EDEE8; }
span { border-color: rgb(110,222,232); }
td.TdClassName
{
border-color: #6EDEE8;
}
.TagClassName
{
border-color: #6EDEE8;
}
</style>