Shades of Turquoise Blue #6ECDEF
Tints of Turquoise Blue #6ECDEF
RGB
CMYK
RGB Variations
Color information
#6ECDEF (or 0x6ECDEF) is known color: Turquoise Blue. HEX triplet: 6E, CD and EF. RGB value is (110,205,239). Sum of RGB (Red+Green+Blue) = 110+205+239=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ECDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECDEF is #913210. Grayscale: #B4B4B4. Windows color (decimal): -9515537 or 15715694. OLE color: 15715694.
HSL color Cylindrical-coordinate representation of color #6ECDEF: hue angle of 195.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECDEF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 205 | 239 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.06 |
| HSL | 195.81º | 0.8% | 0.68% | - |
| HSV(B) | 195.81º | 0.54% | 0.94% | - |
| XYZ | 43.84 | 53.21 | 89.62 | - |
| YUV | 180.47 | 161.03 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 239 | 0.54 | 0.14 | 0 | 0.06 | 195.81 | 0.8 | 0.68 |
| Hex | 6E | CD | EF | 36 | E | 0 | 6 | C4 | 50 | 44 |
| Octal | 156 | 315 | 357 | 66 | 16 | 0 | 6 | 304 | 120 | 104 |
| Binary | 1101110 | 11001101 | 11101111 | 110110 | 1110 | 0 | 110 | 11000100 | 1010000 | 1000100 |
Color Harmonies of #6ECDEF
Complementary color
Monochromatic Colors of #6ECDEF
Black with #6ECDEF
Text Example
Text Example
White with #6ECDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDEF; }
p { color: rgb(110,205,239); }
H1.HeaderClassName
{
color: #6ECDEF;
}
.AnyTagClassName
{
color: #6ECDEF;
}
</style>
background-color css
<style>
a { background-color: #6ECDEF; }
a { background-color: rgb(110,205,239); }
div.DivClassName
{
background-color: #6ECDEF;
}
.BgClassName
{
background-color: #6ECDEF;
}
</style>
border-color css
<style>
span { border-color: #6ECDEF; }
span { border-color: rgb(110,205,239); }
td.TdClassName
{
border-color: #6ECDEF;
}
.TagClassName
{
border-color: #6ECDEF;
}
</style>