Shades of Turquoise Blue #6DD9EF
Tints of Turquoise Blue #6DD9EF
RGB
CMYK
RGB Variations
Color information
#6DD9EF (or 0x6DD9EF) is known color: Turquoise Blue. HEX triplet: 6D, D9 and EF. RGB value is (109,217,239). Sum of RGB (Red+Green+Blue) = 109+217+239=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DD9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD9EF is #922610. Grayscale: #BBBBBB. Windows color (decimal): -9578001 or 15718765. OLE color: 15718765.
HSL color Cylindrical-coordinate representation of color #6DD9EF: hue angle of 190.15º 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 #6DD9EF is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 109 | 217 | 239 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.06 |
| HSL | 190.15º | 0.8% | 0.68% | - |
| HSV(B) | 190.15º | 0.54% | 0.94% | - |
| XYZ | 46.7 | 59.11 | 90.61 | - |
| YUV | 187.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 239 | 0.54 | 0.09 | 0 | 0.06 | 190.15 | 0.8 | 0.68 |
| Hex | 6D | D9 | EF | 36 | 9 | 0 | 6 | BE | 50 | 44 |
| Octal | 155 | 331 | 357 | 66 | 11 | 0 | 6 | 276 | 120 | 104 |
| Binary | 1101101 | 11011001 | 11101111 | 110110 | 1001 | 0 | 110 | 10111110 | 1010000 | 1000100 |
Color Harmonies of #6DD9EF
Complementary color
Monochromatic Colors of #6DD9EF
Black with #6DD9EF
Text Example
Text Example
White with #6DD9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD9EF; }
p { color: rgb(109,217,239); }
H1.HeaderClassName
{
color: #6DD9EF;
}
.AnyTagClassName
{
color: #6DD9EF;
}
</style>
background-color css
<style>
a { background-color: #6DD9EF; }
a { background-color: rgb(109,217,239); }
div.DivClassName
{
background-color: #6DD9EF;
}
.BgClassName
{
background-color: #6DD9EF;
}
</style>
border-color css
<style>
span { border-color: #6DD9EF; }
span { border-color: rgb(109,217,239); }
td.TdClassName
{
border-color: #6DD9EF;
}
.TagClassName
{
border-color: #6DD9EF;
}
</style>