Shades of Turquoise Blue #6DDBEC
Tints of Turquoise Blue #6DDBEC
RGB
CMYK
RGB Variations
Color information
#6DDBEC (or 0x6DDBEC) is known color: Turquoise Blue. HEX triplet: 6D, DB and EC. RGB value is (109,219,236). Sum of RGB (Red+Green+Blue) = 109+219+236=564 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.33% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBEC is #922413. Grayscale: #BBBBBB. Windows color (decimal): -9577492 or 15522669. OLE color: 15522669.
HSL color Cylindrical-coordinate representation of color #6DDBEC: hue angle of 188.03º 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 #6DDBEC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 219 | 236 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.07 |
| HSL | 188.03º | 0.77% | 0.68% | - |
| HSV(B) | 188.03º | 0.54% | 0.93% | - |
| XYZ | 46.78 | 59.97 | 88.47 | - |
| YUV | 188.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 236 | 0.54 | 0.07 | 0 | 0.07 | 188.03 | 0.77 | 0.68 |
| Hex | 6D | DB | EC | 36 | 7 | 0 | 7 | BC | 4D | 44 |
| Octal | 155 | 333 | 354 | 66 | 7 | 0 | 7 | 274 | 115 | 104 |
| Binary | 1101101 | 11011011 | 11101100 | 110110 | 111 | 0 | 111 | 10111100 | 1001101 | 1000100 |
Color Harmonies of #6DDBEC
Complementary color
Monochromatic Colors of #6DDBEC
Black with #6DDBEC
Text Example
Text Example
White with #6DDBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBEC; }
p { color: rgb(109,219,236); }
H1.HeaderClassName
{
color: #6DDBEC;
}
.AnyTagClassName
{
color: #6DDBEC;
}
</style>
background-color css
<style>
a { background-color: #6DDBEC; }
a { background-color: rgb(109,219,236); }
div.DivClassName
{
background-color: #6DDBEC;
}
.BgClassName
{
background-color: #6DDBEC;
}
</style>
border-color css
<style>
span { border-color: #6DDBEC; }
span { border-color: rgb(109,219,236); }
td.TdClassName
{
border-color: #6DDBEC;
}
.TagClassName
{
border-color: #6DDBEC;
}
</style>