Shades of Turquoise Blue #6DDDEC
Tints of Turquoise Blue #6DDDEC
RGB
CMYK
RGB Variations
Color information
#6DDDEC (or 0x6DDDEC) is known color: Turquoise Blue. HEX triplet: 6D, DD and EC. RGB value is (109,221,236). Sum of RGB (Red+Green+Blue) = 109+221+236=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DDDEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDDEC is #922213. Grayscale: #BDBDBD. Windows color (decimal): -9576980 or 15523181. OLE color: 15523181.
HSL color Cylindrical-coordinate representation of color #6DDDEC: hue angle of 187.09º 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 #6DDDEC is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 221 | 236 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.07 |
| HSL | 187.09º | 0.77% | 0.68% | - |
| HSV(B) | 187.09º | 0.54% | 0.93% | - |
| XYZ | 47.3 | 61.02 | 88.64 | - |
| YUV | 189.22 | 154.39 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 236 | 0.54 | 0.06 | 0 | 0.07 | 187.09 | 0.77 | 0.68 |
| Hex | 6D | DD | EC | 36 | 6 | 0 | 7 | BB | 4D | 44 |
| Octal | 155 | 335 | 354 | 66 | 6 | 0 | 7 | 273 | 115 | 104 |
| Binary | 1101101 | 11011101 | 11101100 | 110110 | 110 | 0 | 111 | 10111011 | 1001101 | 1000100 |
Color Harmonies of #6DDDEC
Complementary color
Monochromatic Colors of #6DDDEC
Black with #6DDDEC
Text Example
Text Example
White with #6DDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDEC; }
p { color: rgb(109,221,236); }
H1.HeaderClassName
{
color: #6DDDEC;
}
.AnyTagClassName
{
color: #6DDDEC;
}
</style>
background-color css
<style>
a { background-color: #6DDDEC; }
a { background-color: rgb(109,221,236); }
div.DivClassName
{
background-color: #6DDDEC;
}
.BgClassName
{
background-color: #6DDDEC;
}
</style>
border-color css
<style>
span { border-color: #6DDDEC; }
span { border-color: rgb(109,221,236); }
td.TdClassName
{
border-color: #6DDDEC;
}
.TagClassName
{
border-color: #6DDDEC;
}
</style>