Shades of Turquoise Blue #6ECFDB
Tints of Turquoise Blue #6ECFDB
RGB
CMYK
RGB Variations
Color information
#6ECFDB (or 0x6ECFDB) is known color: Turquoise Blue. HEX triplet: 6E, CF and DB. RGB value is (110,207,219). Sum of RGB (Red+Green+Blue) = 110+207+219=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDB is #913024. Grayscale: #B3B3B3. Windows color (decimal): -9515045 or 14405486. OLE color: 14405486.
HSL color Cylindrical-coordinate representation of color #6ECFDB: hue angle of 186.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECFDB is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 207 | 219 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.14 |
| HSL | 186.61º | 0.6% | 0.65% | - |
| HSV(B) | 186.61º | 0.5% | 0.86% | - |
| XYZ | 41.53 | 53.06 | 75.07 | - |
| YUV | 179.37 | 150.36 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 219 | 0.50 | 0.05 | 0 | 0.14 | 186.61 | 0.6 | 0.65 |
| Hex | 6E | CF | DB | 32 | 5 | 0 | E | BB | 3C | 41 |
| Octal | 156 | 317 | 333 | 62 | 5 | 0 | 16 | 273 | 74 | 101 |
| Binary | 1101110 | 11001111 | 11011011 | 110010 | 101 | 0 | 1110 | 10111011 | 111100 | 1000001 |
Color Harmonies of #6ECFDB
Complementary color
Monochromatic Colors of #6ECFDB
Black with #6ECFDB
Text Example
Text Example
White with #6ECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFDB; }
p { color: rgb(110,207,219); }
H1.HeaderClassName
{
color: #6ECFDB;
}
.AnyTagClassName
{
color: #6ECFDB;
}
</style>
background-color css
<style>
a { background-color: #6ECFDB; }
a { background-color: rgb(110,207,219); }
div.DivClassName
{
background-color: #6ECFDB;
}
.BgClassName
{
background-color: #6ECFDB;
}
</style>
border-color css
<style>
span { border-color: #6ECFDB; }
span { border-color: rgb(110,207,219); }
td.TdClassName
{
border-color: #6ECFDB;
}
.TagClassName
{
border-color: #6ECFDB;
}
</style>