Shades of Turquoise Blue #6ED0EF
Tints of Turquoise Blue #6ED0EF
RGB
CMYK
RGB Variations
Color information
#6ED0EF (or 0x6ED0EF) is known color: Turquoise Blue. HEX triplet: 6E, D0 and EF. RGB value is (110,208,239). Sum of RGB (Red+Green+Blue) = 110+208+239=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #6ED0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ED0EF is #912F10. Grayscale: #B6B6B6. Windows color (decimal): -9514769 or 15716462. OLE color: 15716462.
HSL color Cylindrical-coordinate representation of color #6ED0EF: hue angle of 194.42º 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 #6ED0EF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 208 | 239 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.06 |
| HSL | 194.42º | 0.8% | 0.68% | - |
| HSV(B) | 194.42º | 0.54% | 0.94% | - |
| XYZ | 44.57 | 54.66 | 89.86 | - |
| YUV | 182.23 | 160.03 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 239 | 0.54 | 0.13 | 0 | 0.06 | 194.42 | 0.8 | 0.68 |
| Hex | 6E | D0 | EF | 36 | D | 0 | 6 | C2 | 50 | 44 |
| Octal | 156 | 320 | 357 | 66 | 15 | 0 | 6 | 302 | 120 | 104 |
| Binary | 1101110 | 11010000 | 11101111 | 110110 | 1101 | 0 | 110 | 11000010 | 1010000 | 1000100 |
Color Harmonies of #6ED0EF
Complementary color
Monochromatic Colors of #6ED0EF
Black with #6ED0EF
Text Example
Text Example
White with #6ED0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED0EF; }
p { color: rgb(110,208,239); }
H1.HeaderClassName
{
color: #6ED0EF;
}
.AnyTagClassName
{
color: #6ED0EF;
}
</style>
background-color css
<style>
a { background-color: #6ED0EF; }
a { background-color: rgb(110,208,239); }
div.DivClassName
{
background-color: #6ED0EF;
}
.BgClassName
{
background-color: #6ED0EF;
}
</style>
border-color css
<style>
span { border-color: #6ED0EF; }
span { border-color: rgb(110,208,239); }
td.TdClassName
{
border-color: #6ED0EF;
}
.TagClassName
{
border-color: #6ED0EF;
}
</style>