Shades of Turquoise Blue #6DDEDB
Tints of Turquoise Blue #6DDEDB
RGB
CMYK
RGB Variations
Color information
#6DDEDB (or 0x6DDEDB) is known color: Turquoise Blue. HEX triplet: 6D, DE and DB. RGB value is (109,222,219). Sum of RGB (Red+Green+Blue) = 109+222+219=550 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.82% from 550); Green value is 222 (87.11% from 255 or 40.36% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDB is #922124. Grayscale: #BBBBBB. Windows color (decimal): -9576741 or 14409325. OLE color: 14409325.
HSL color Cylindrical-coordinate representation of color #6DDEDB: hue angle of 178.41º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDEDB is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 219 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.13 |
| HSL | 178.41º | 0.63% | 0.65% | - |
| HSV(B) | 178.41º | 0.51% | 0.87% | - |
| XYZ | 45.21 | 60.61 | 76.33 | - |
| YUV | 187.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 219 | 0.51 | 0 | 0.01 | 0.13 | 178.41 | 0.63 | 0.65 |
| Hex | 6D | DE | DB | 33 | 0 | 1 | D | B2 | 3F | 41 |
| Octal | 155 | 336 | 333 | 63 | 0 | 1 | 15 | 262 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11011011 | 110011 | 0 | 1 | 1101 | 10110010 | 111111 | 1000001 |
Color Harmonies of #6DDEDB
Complementary color
Monochromatic Colors of #6DDEDB
Black with #6DDEDB
Text Example
Text Example
White with #6DDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEDB; }
p { color: rgb(109,222,219); }
H1.HeaderClassName
{
color: #6DDEDB;
}
.AnyTagClassName
{
color: #6DDEDB;
}
</style>
background-color css
<style>
a { background-color: #6DDEDB; }
a { background-color: rgb(109,222,219); }
div.DivClassName
{
background-color: #6DDEDB;
}
.BgClassName
{
background-color: #6DDEDB;
}
</style>
border-color css
<style>
span { border-color: #6DDEDB; }
span { border-color: rgb(109,222,219); }
td.TdClassName
{
border-color: #6DDEDB;
}
.TagClassName
{
border-color: #6DDEDB;
}
</style>