Shades of Turquoise Blue #6EDEDA
Tints of Turquoise Blue #6EDEDA
RGB
CMYK
RGB Variations
Color information
#6EDEDA (or 0x6EDEDA) is known color: Turquoise Blue. HEX triplet: 6E, DE and DA. RGB value is (110,222,218). Sum of RGB (Red+Green+Blue) = 110+222+218=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEDA is #912125. Grayscale: #BBBBBB. Windows color (decimal): -9511206 or 14343790. OLE color: 14343790.
HSL color Cylindrical-coordinate representation of color #6EDEDA: hue angle of 177.86º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDEDA is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 218 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.13 |
| HSL | 177.86º | 0.63% | 0.65% | - |
| HSV(B) | 177.86º | 0.5% | 0.87% | - |
| XYZ | 45.21 | 60.62 | 75.65 | - |
| YUV | 188.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 218 | 0.50 | 0 | 0.02 | 0.13 | 177.86 | 0.63 | 0.65 |
| Hex | 6E | DE | DA | 32 | 0 | 2 | D | B2 | 3F | 41 |
| Octal | 156 | 336 | 332 | 62 | 0 | 2 | 15 | 262 | 77 | 101 |
| Binary | 1101110 | 11011110 | 11011010 | 110010 | 0 | 10 | 1101 | 10110010 | 111111 | 1000001 |
Color Harmonies of #6EDEDA
Complementary color
Monochromatic Colors of #6EDEDA
Black with #6EDEDA
Text Example
Text Example
White with #6EDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEDA; }
p { color: rgb(110,222,218); }
H1.HeaderClassName
{
color: #6EDEDA;
}
.AnyTagClassName
{
color: #6EDEDA;
}
</style>
background-color css
<style>
a { background-color: #6EDEDA; }
a { background-color: rgb(110,222,218); }
div.DivClassName
{
background-color: #6EDEDA;
}
.BgClassName
{
background-color: #6EDEDA;
}
</style>
border-color css
<style>
span { border-color: #6EDEDA; }
span { border-color: rgb(110,222,218); }
td.TdClassName
{
border-color: #6EDEDA;
}
.TagClassName
{
border-color: #6EDEDA;
}
</style>