Shades of Turquoise Blue #6ECFED
Tints of Turquoise Blue #6ECFED
RGB
CMYK
RGB Variations
Color information
#6ECFED (or 0x6ECFED) is known color: Turquoise Blue. HEX triplet: 6E, CF and ED. RGB value is (110,207,237). Sum of RGB (Red+Green+Blue) = 110+207+237=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ECFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFED is #913012. Grayscale: #B5B5B5. Windows color (decimal): -9515027 or 15585134. OLE color: 15585134.
HSL color Cylindrical-coordinate representation of color #6ECFED: hue angle of 194.17º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECFED is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 207 | 237 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.07 |
| HSL | 194.17º | 0.78% | 0.68% | - |
| HSV(B) | 194.17º | 0.54% | 0.93% | - |
| XYZ | 44.03 | 54.06 | 88.23 | - |
| YUV | 181.42 | 159.36 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 237 | 0.54 | 0.13 | 0 | 0.07 | 194.17 | 0.78 | 0.68 |
| Hex | 6E | CF | ED | 36 | D | 0 | 7 | C2 | 4E | 44 |
| Octal | 156 | 317 | 355 | 66 | 15 | 0 | 7 | 302 | 116 | 104 |
| Binary | 1101110 | 11001111 | 11101101 | 110110 | 1101 | 0 | 111 | 11000010 | 1001110 | 1000100 |
Color Harmonies of #6ECFED
Complementary color
Monochromatic Colors of #6ECFED
Black with #6ECFED
Text Example
Text Example
White with #6ECFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFED; }
p { color: rgb(110,207,237); }
H1.HeaderClassName
{
color: #6ECFED;
}
.AnyTagClassName
{
color: #6ECFED;
}
</style>
background-color css
<style>
a { background-color: #6ECFED; }
a { background-color: rgb(110,207,237); }
div.DivClassName
{
background-color: #6ECFED;
}
.BgClassName
{
background-color: #6ECFED;
}
</style>
border-color css
<style>
span { border-color: #6ECFED; }
span { border-color: rgb(110,207,237); }
td.TdClassName
{
border-color: #6ECFED;
}
.TagClassName
{
border-color: #6ECFED;
}
</style>