Shades of Turquoise Blue #6DD9EA
Tints of Turquoise Blue #6DD9EA
RGB
CMYK
RGB Variations
Color information
#6DD9EA (or 0x6DD9EA) is known color: Turquoise Blue. HEX triplet: 6D, D9 and EA. RGB value is (109,217,234). Sum of RGB (Red+Green+Blue) = 109+217+234=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 217 (85.16% from 255 or 38.75% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DD9EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD9EA is #922615. Grayscale: #BABABA. Windows color (decimal): -9578006 or 15391085. OLE color: 15391085.
HSL color Cylindrical-coordinate representation of color #6DD9EA: hue angle of 188.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DD9EA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 217 | 234 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.08 |
| HSL | 188.16º | 0.75% | 0.67% | - |
| HSV(B) | 188.16º | 0.53% | 0.92% | - |
| XYZ | 45.97 | 58.82 | 86.77 | - |
| YUV | 186.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 217 | 234 | 0.53 | 0.07 | 0 | 0.08 | 188.16 | 0.75 | 0.67 |
| Hex | 6D | D9 | EA | 35 | 7 | 0 | 8 | BC | 4B | 43 |
| Octal | 155 | 331 | 352 | 65 | 7 | 0 | 10 | 274 | 113 | 103 |
| Binary | 1101101 | 11011001 | 11101010 | 110101 | 111 | 0 | 1000 | 10111100 | 1001011 | 1000011 |
Color Harmonies of #6DD9EA
Complementary color
Monochromatic Colors of #6DD9EA
Black with #6DD9EA
Text Example
Text Example
White with #6DD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD9EA; }
p { color: rgb(109,217,234); }
H1.HeaderClassName
{
color: #6DD9EA;
}
.AnyTagClassName
{
color: #6DD9EA;
}
</style>
background-color css
<style>
a { background-color: #6DD9EA; }
a { background-color: rgb(109,217,234); }
div.DivClassName
{
background-color: #6DD9EA;
}
.BgClassName
{
background-color: #6DD9EA;
}
</style>
border-color css
<style>
span { border-color: #6DD9EA; }
span { border-color: rgb(109,217,234); }
td.TdClassName
{
border-color: #6DD9EA;
}
.TagClassName
{
border-color: #6DD9EA;
}
</style>