Shades of Turquoise Blue #6ECFDC
Tints of Turquoise Blue #6ECFDC
RGB
CMYK
RGB Variations
Color information
#6ECFDC (or 0x6ECFDC) is known color: Turquoise Blue. HEX triplet: 6E, CF and DC. RGB value is (110,207,220). Sum of RGB (Red+Green+Blue) = 110+207+220=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDC is #913023. Grayscale: #B3B3B3. Windows color (decimal): -9515044 or 14471022. OLE color: 14471022.
HSL color Cylindrical-coordinate representation of color #6ECFDC: hue angle of 187.09º degrees, saturation: 0.61, 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 #6ECFDC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 207 | 220 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.14 |
| HSL | 187.09º | 0.61% | 0.65% | - |
| HSV(B) | 187.09º | 0.5% | 0.86% | - |
| XYZ | 41.66 | 53.11 | 75.77 | - |
| YUV | 179.48 | 150.86 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 220 | 0.50 | 0.06 | 0 | 0.14 | 187.09 | 0.61 | 0.65 |
| Hex | 6E | CF | DC | 32 | 6 | 0 | E | BB | 3D | 41 |
| Octal | 156 | 317 | 334 | 62 | 6 | 0 | 16 | 273 | 75 | 101 |
| Binary | 1101110 | 11001111 | 11011100 | 110010 | 110 | 0 | 1110 | 10111011 | 111101 | 1000001 |
Color Harmonies of #6ECFDC
Complementary color
Monochromatic Colors of #6ECFDC
Black with #6ECFDC
Text Example
Text Example
White with #6ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFDC; }
p { color: rgb(110,207,220); }
H1.HeaderClassName
{
color: #6ECFDC;
}
.AnyTagClassName
{
color: #6ECFDC;
}
</style>
background-color css
<style>
a { background-color: #6ECFDC; }
a { background-color: rgb(110,207,220); }
div.DivClassName
{
background-color: #6ECFDC;
}
.BgClassName
{
background-color: #6ECFDC;
}
</style>
border-color css
<style>
span { border-color: #6ECFDC; }
span { border-color: rgb(110,207,220); }
td.TdClassName
{
border-color: #6ECFDC;
}
.TagClassName
{
border-color: #6ECFDC;
}
</style>