Shades of Turquoise Blue #6DE1DB
Tints of Turquoise Blue #6DE1DB
RGB
CMYK
RGB Variations
Color information
#6DE1DB (or 0x6DE1DB) is known color: Turquoise Blue. HEX triplet: 6D, E1 and DB. RGB value is (109,225,219). Sum of RGB (Red+Green+Blue) = 109+225+219=553 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.71% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE1DB is #921E24. Grayscale: #BDBDBD. Windows color (decimal): -9575973 or 14410093. OLE color: 14410093.
HSL color Cylindrical-coordinate representation of color #6DE1DB: hue angle of 176.9º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE1DB is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 225 | 219 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.12 |
| HSL | 176.9º | 0.66% | 0.65% | - |
| HSV(B) | 176.9º | 0.52% | 0.88% | - |
| XYZ | 46.02 | 62.22 | 76.6 | - |
| YUV | 189.63 | 144.57 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 219 | 0.52 | 0 | 0.03 | 0.12 | 176.9 | 0.66 | 0.65 |
| Hex | 6D | E1 | DB | 34 | 0 | 3 | C | B1 | 42 | 41 |
| Octal | 155 | 341 | 333 | 64 | 0 | 3 | 14 | 261 | 102 | 101 |
| Binary | 1101101 | 11100001 | 11011011 | 110100 | 0 | 11 | 1100 | 10110001 | 1000010 | 1000001 |
Color Harmonies of #6DE1DB
Complementary color
Monochromatic Colors of #6DE1DB
Black with #6DE1DB
Text Example
Text Example
White with #6DE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE1DB; }
p { color: rgb(109,225,219); }
H1.HeaderClassName
{
color: #6DE1DB;
}
.AnyTagClassName
{
color: #6DE1DB;
}
</style>
background-color css
<style>
a { background-color: #6DE1DB; }
a { background-color: rgb(109,225,219); }
div.DivClassName
{
background-color: #6DE1DB;
}
.BgClassName
{
background-color: #6DE1DB;
}
</style>
border-color css
<style>
span { border-color: #6DE1DB; }
span { border-color: rgb(109,225,219); }
td.TdClassName
{
border-color: #6DE1DB;
}
.TagClassName
{
border-color: #6DE1DB;
}
</style>