Shades of Turquoise Blue #6DD0EC
Tints of Turquoise Blue #6DD0EC
RGB
CMYK
RGB Variations
Color information
#6DD0EC (or 0x6DD0EC) is known color: Turquoise Blue. HEX triplet: 6D, D0 and EC. RGB value is (109,208,236). Sum of RGB (Red+Green+Blue) = 109+208+236=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DD0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD0EC is #922F13. Grayscale: #B5B5B5. Windows color (decimal): -9580308 or 15519853. OLE color: 15519853.
HSL color Cylindrical-coordinate representation of color #6DD0EC: hue angle of 193.23º degrees, saturation: 0.77, 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 #6DD0EC is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 208 | 236 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.07 |
| HSL | 193.23º | 0.77% | 0.68% | - |
| HSV(B) | 193.23º | 0.54% | 0.93% | - |
| XYZ | 44 | 54.42 | 87.54 | - |
| YUV | 181.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 208 | 236 | 0.54 | 0.12 | 0 | 0.07 | 193.23 | 0.77 | 0.68 |
| Hex | 6D | D0 | EC | 36 | C | 0 | 7 | C1 | 4D | 44 |
| Octal | 155 | 320 | 354 | 66 | 14 | 0 | 7 | 301 | 115 | 104 |
| Binary | 1101101 | 11010000 | 11101100 | 110110 | 1100 | 0 | 111 | 11000001 | 1001101 | 1000100 |
Color Harmonies of #6DD0EC
Complementary color
Monochromatic Colors of #6DD0EC
Black with #6DD0EC
Text Example
Text Example
White with #6DD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD0EC; }
p { color: rgb(109,208,236); }
H1.HeaderClassName
{
color: #6DD0EC;
}
.AnyTagClassName
{
color: #6DD0EC;
}
</style>
background-color css
<style>
a { background-color: #6DD0EC; }
a { background-color: rgb(109,208,236); }
div.DivClassName
{
background-color: #6DD0EC;
}
.BgClassName
{
background-color: #6DD0EC;
}
</style>
border-color css
<style>
span { border-color: #6DD0EC; }
span { border-color: rgb(109,208,236); }
td.TdClassName
{
border-color: #6DD0EC;
}
.TagClassName
{
border-color: #6DD0EC;
}
</style>