Shades of Turquoise Blue #6DEBDB
Tints of Turquoise Blue #6DEBDB
RGB
CMYK
RGB Variations
Color information
#6DEBDB (or 0x6DEBDB) is known color: Turquoise Blue. HEX triplet: 6D, EB and DB. RGB value is (109,235,219). Sum of RGB (Red+Green+Blue) = 109+235+219=563 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.36% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBDB is #921424. Grayscale: #C3C3C3. Windows color (decimal): -9573413 or 14412653. OLE color: 14412653.
HSL color Cylindrical-coordinate representation of color #6DEBDB: hue angle of 172.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBDB is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 235 | 219 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.08 |
| HSL | 172.38º | 0.76% | 0.67% | - |
| HSV(B) | 172.38º | 0.54% | 0.92% | - |
| XYZ | 48.8 | 67.78 | 77.53 | - |
| YUV | 195.5 | 141.26 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 235 | 219 | 0.54 | 0 | 0.07 | 0.08 | 172.38 | 0.76 | 0.67 |
| Hex | 6D | EB | DB | 36 | 0 | 7 | 8 | AC | 4C | 43 |
| Octal | 155 | 353 | 333 | 66 | 0 | 7 | 10 | 254 | 114 | 103 |
| Binary | 1101101 | 11101011 | 11011011 | 110110 | 0 | 111 | 1000 | 10101100 | 1001100 | 1000011 |
Color Harmonies of #6DEBDB
Complementary color
Monochromatic Colors of #6DEBDB
Black with #6DEBDB
Text Example
Text Example
White with #6DEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEBDB; }
p { color: rgb(109,235,219); }
H1.HeaderClassName
{
color: #6DEBDB;
}
.AnyTagClassName
{
color: #6DEBDB;
}
</style>
background-color css
<style>
a { background-color: #6DEBDB; }
a { background-color: rgb(109,235,219); }
div.DivClassName
{
background-color: #6DEBDB;
}
.BgClassName
{
background-color: #6DEBDB;
}
</style>
border-color css
<style>
span { border-color: #6DEBDB; }
span { border-color: rgb(109,235,219); }
td.TdClassName
{
border-color: #6DEBDB;
}
.TagClassName
{
border-color: #6DEBDB;
}
</style>