Shades of Turquoise Blue #6DDBE6
Tints of Turquoise Blue #6DDBE6
RGB
CMYK
RGB Variations
Color information
#6DDBE6 (or 0x6DDBE6) is known color: Turquoise Blue. HEX triplet: 6D, DB and E6. RGB value is (109,219,230). Sum of RGB (Red+Green+Blue) = 109+219+230=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #6DDBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDBE6 is #922419. Grayscale: #BBBBBB. Windows color (decimal): -9577498 or 15129453. OLE color: 15129453.
HSL color Cylindrical-coordinate representation of color #6DDBE6: hue angle of 185.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDBE6 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 219 | 230 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.10 |
| HSL | 185.45º | 0.71% | 0.66% | - |
| HSV(B) | 185.45º | 0.53% | 0.9% | - |
| XYZ | 45.92 | 59.63 | 83.95 | - |
| YUV | 187.36 | 152.06 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 219 | 230 | 0.53 | 0.05 | 0 | 0.10 | 185.45 | 0.71 | 0.66 |
| Hex | 6D | DB | E6 | 35 | 5 | 0 | A | B9 | 47 | 42 |
| Octal | 155 | 333 | 346 | 65 | 5 | 0 | 12 | 271 | 107 | 102 |
| Binary | 1101101 | 11011011 | 11100110 | 110101 | 101 | 0 | 1010 | 10111001 | 1000111 | 1000010 |
Color Harmonies of #6DDBE6
Complementary color
Monochromatic Colors of #6DDBE6
Black with #6DDBE6
Text Example
Text Example
White with #6DDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDBE6; }
p { color: rgb(109,219,230); }
H1.HeaderClassName
{
color: #6DDBE6;
}
.AnyTagClassName
{
color: #6DDBE6;
}
</style>
background-color css
<style>
a { background-color: #6DDBE6; }
a { background-color: rgb(109,219,230); }
div.DivClassName
{
background-color: #6DDBE6;
}
.BgClassName
{
background-color: #6DDBE6;
}
</style>
border-color css
<style>
span { border-color: #6DDBE6; }
span { border-color: rgb(109,219,230); }
td.TdClassName
{
border-color: #6DDBE6;
}
.TagClassName
{
border-color: #6DDBE6;
}
</style>