Shades of Turquoise Blue #6EDEDD
Tints of Turquoise Blue #6EDEDD
RGB
CMYK
RGB Variations
Color information
#6EDEDD (or 0x6EDEDD) is known color: Turquoise Blue. HEX triplet: 6E, DE and DD. RGB value is (110,222,221). Sum of RGB (Red+Green+Blue) = 110+222+221=553 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.89% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDEDD is #912122. Grayscale: #BCBCBC. Windows color (decimal): -9511203 or 14540398. OLE color: 14540398.
HSL color Cylindrical-coordinate representation of color #6EDEDD: hue angle of 179.46º 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 #6EDEDD is Cyan = 0.50, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 221 | - |
| CMYK | 0.50 | 0 | 0.00 | 0.13 |
| HSL | 179.46º | 0.63% | 0.65% | - |
| HSV(B) | 179.46º | 0.5% | 0.87% | - |
| XYZ | 45.6 | 60.78 | 77.73 | - |
| YUV | 188.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 221 | 0.50 | 0 | 0.00 | 0.13 | 179.46 | 0.63 | 0.65 |
| Hex | 6E | DE | DD | 32 | 0 | 0 | D | B3 | 3F | 41 |
| Octal | 156 | 336 | 335 | 62 | 0 | 0 | 15 | 263 | 77 | 101 |
| Binary | 1101110 | 11011110 | 11011101 | 110010 | 0 | 0 | 1101 | 10110011 | 111111 | 1000001 |
Color Harmonies of #6EDEDD
Complementary color
Monochromatic Colors of #6EDEDD
Black with #6EDEDD
Text Example
Text Example
White with #6EDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDEDD; }
p { color: rgb(110,222,221); }
H1.HeaderClassName
{
color: #6EDEDD;
}
.AnyTagClassName
{
color: #6EDEDD;
}
</style>
background-color css
<style>
a { background-color: #6EDEDD; }
a { background-color: rgb(110,222,221); }
div.DivClassName
{
background-color: #6EDEDD;
}
.BgClassName
{
background-color: #6EDEDD;
}
</style>
border-color css
<style>
span { border-color: #6EDEDD; }
span { border-color: rgb(110,222,221); }
td.TdClassName
{
border-color: #6EDEDD;
}
.TagClassName
{
border-color: #6EDEDD;
}
</style>