Shades of Turquoise Blue #6EDCE2
Tints of Turquoise Blue #6EDCE2
RGB
CMYK
RGB Variations
Color information
#6EDCE2 (or 0x6EDCE2) is known color: Turquoise Blue. HEX triplet: 6E, DC and E2. RGB value is (110,220,226). Sum of RGB (Red+Green+Blue) = 110+220+226=556 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.78% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #6EDCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDCE2 is #91231D. Grayscale: #BBBBBB. Windows color (decimal): -9511710 or 14867566. OLE color: 14867566.
HSL color Cylindrical-coordinate representation of color #6EDCE2: hue angle of 183.1º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EDCE2 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 220 | 226 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.11 |
| HSL | 183.1º | 0.67% | 0.66% | - |
| HSV(B) | 183.1º | 0.51% | 0.89% | - |
| XYZ | 45.75 | 59.99 | 81.12 | - |
| YUV | 187.79 | 149.56 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 226 | 0.51 | 0.03 | 0 | 0.11 | 183.1 | 0.67 | 0.66 |
| Hex | 6E | DC | E2 | 33 | 3 | 0 | B | B7 | 43 | 42 |
| Octal | 156 | 334 | 342 | 63 | 3 | 0 | 13 | 267 | 103 | 102 |
| Binary | 1101110 | 11011100 | 11100010 | 110011 | 11 | 0 | 1011 | 10110111 | 1000011 | 1000010 |
Color Harmonies of #6EDCE2
Complementary color
Monochromatic Colors of #6EDCE2
Black with #6EDCE2
Text Example
Text Example
White with #6EDCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCE2; }
p { color: rgb(110,220,226); }
H1.HeaderClassName
{
color: #6EDCE2;
}
.AnyTagClassName
{
color: #6EDCE2;
}
</style>
background-color css
<style>
a { background-color: #6EDCE2; }
a { background-color: rgb(110,220,226); }
div.DivClassName
{
background-color: #6EDCE2;
}
.BgClassName
{
background-color: #6EDCE2;
}
</style>
border-color css
<style>
span { border-color: #6EDCE2; }
span { border-color: rgb(110,220,226); }
td.TdClassName
{
border-color: #6EDCE2;
}
.TagClassName
{
border-color: #6EDCE2;
}
</style>