Shades of Turquoise Blue #6ECDE0
Tints of Turquoise Blue #6ECDE0
RGB
CMYK
RGB Variations
Color information
#6ECDE0 (or 0x6ECDE0) is known color: Turquoise Blue. HEX triplet: 6E, CD and E0. RGB value is (110,205,224). Sum of RGB (Red+Green+Blue) = 110+205+224=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ECDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDE0 is #91321F. Grayscale: #B2B2B2. Windows color (decimal): -9515552 or 14732654. OLE color: 14732654.
HSL color Cylindrical-coordinate representation of color #6ECDE0: hue angle of 190º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECDE0 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 205 | 224 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.12 |
| HSL | 190º | 0.65% | 0.65% | - |
| HSV(B) | 190º | 0.51% | 0.88% | - |
| XYZ | 41.72 | 52.36 | 78.43 | - |
| YUV | 178.76 | 153.53 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 224 | 0.51 | 0.08 | 0 | 0.12 | 190 | 0.65 | 0.65 |
| Hex | 6E | CD | E0 | 33 | 8 | 0 | C | BE | 41 | 41 |
| Octal | 156 | 315 | 340 | 63 | 10 | 0 | 14 | 276 | 101 | 101 |
| Binary | 1101110 | 11001101 | 11100000 | 110011 | 1000 | 0 | 1100 | 10111110 | 1000001 | 1000001 |
Color Harmonies of #6ECDE0
Complementary color
Monochromatic Colors of #6ECDE0
Black with #6ECDE0
Text Example
Text Example
White with #6ECDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDE0; }
p { color: rgb(110,205,224); }
H1.HeaderClassName
{
color: #6ECDE0;
}
.AnyTagClassName
{
color: #6ECDE0;
}
</style>
background-color css
<style>
a { background-color: #6ECDE0; }
a { background-color: rgb(110,205,224); }
div.DivClassName
{
background-color: #6ECDE0;
}
.BgClassName
{
background-color: #6ECDE0;
}
</style>
border-color css
<style>
span { border-color: #6ECDE0; }
span { border-color: rgb(110,205,224); }
td.TdClassName
{
border-color: #6ECDE0;
}
.TagClassName
{
border-color: #6ECDE0;
}
</style>