Shades of Turquoise Blue #6EDCEC
Tints of Turquoise Blue #6EDCEC
RGB
CMYK
RGB Variations
Color information
#6EDCEC (or 0x6EDCEC) is known color: Turquoise Blue. HEX triplet: 6E, DC and EC. RGB value is (110,220,236). Sum of RGB (Red+Green+Blue) = 110+220+236=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EDCEC is #912313. Grayscale: #BCBCBC. Windows color (decimal): -9511700 or 15522926. OLE color: 15522926.
HSL color Cylindrical-coordinate representation of color #6EDCEC: hue angle of 187.62º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EDCEC is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 220 | 236 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.07 |
| HSL | 187.62º | 0.77% | 0.68% | - |
| HSV(B) | 187.62º | 0.53% | 0.93% | - |
| XYZ | 47.16 | 60.56 | 88.56 | - |
| YUV | 188.93 | 154.56 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 236 | 0.53 | 0.07 | 0 | 0.07 | 187.62 | 0.77 | 0.68 |
| Hex | 6E | DC | EC | 35 | 7 | 0 | 7 | BC | 4D | 44 |
| Octal | 156 | 334 | 354 | 65 | 7 | 0 | 7 | 274 | 115 | 104 |
| Binary | 1101110 | 11011100 | 11101100 | 110101 | 111 | 0 | 111 | 10111100 | 1001101 | 1000100 |
Color Harmonies of #6EDCEC
Complementary color
Monochromatic Colors of #6EDCEC
Black with #6EDCEC
Text Example
Text Example
White with #6EDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDCEC; }
p { color: rgb(110,220,236); }
H1.HeaderClassName
{
color: #6EDCEC;
}
.AnyTagClassName
{
color: #6EDCEC;
}
</style>
background-color css
<style>
a { background-color: #6EDCEC; }
a { background-color: rgb(110,220,236); }
div.DivClassName
{
background-color: #6EDCEC;
}
.BgClassName
{
background-color: #6EDCEC;
}
</style>
border-color css
<style>
span { border-color: #6EDCEC; }
span { border-color: rgb(110,220,236); }
td.TdClassName
{
border-color: #6EDCEC;
}
.TagClassName
{
border-color: #6EDCEC;
}
</style>