Shades of Turquoise Blue #6DEDDB
Tints of Turquoise Blue #6DEDDB
RGB
CMYK
RGB Variations
Color information
#6DEDDB (or 0x6DEDDB) is known color: Turquoise Blue. HEX triplet: 6D, ED and DB. RGB value is (109,237,219). Sum of RGB (Red+Green+Blue) = 109+237+219=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDDB is #921224. Grayscale: #C4C4C4. Windows color (decimal): -9572901 or 14413165. OLE color: 14413165.
HSL color Cylindrical-coordinate representation of color #6DEDDB: hue angle of 171.56º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEDDB is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 219 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.56º | 0.78% | 0.68% | - |
| HSV(B) | 171.56º | 0.54% | 0.93% | - |
| XYZ | 49.38 | 68.93 | 77.72 | - |
| YUV | 196.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 219 | 0.54 | 0 | 0.08 | 0.07 | 171.56 | 0.78 | 0.68 |
| Hex | 6D | ED | DB | 36 | 0 | 8 | 7 | AC | 4E | 44 |
| Octal | 155 | 355 | 333 | 66 | 0 | 10 | 7 | 254 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11011011 | 110110 | 0 | 1000 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6DEDDB
Complementary color
Monochromatic Colors of #6DEDDB
Black with #6DEDDB
Text Example
Text Example
White with #6DEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDDB; }
p { color: rgb(109,237,219); }
H1.HeaderClassName
{
color: #6DEDDB;
}
.AnyTagClassName
{
color: #6DEDDB;
}
</style>
background-color css
<style>
a { background-color: #6DEDDB; }
a { background-color: rgb(109,237,219); }
div.DivClassName
{
background-color: #6DEDDB;
}
.BgClassName
{
background-color: #6DEDDB;
}
</style>
border-color css
<style>
span { border-color: #6DEDDB; }
span { border-color: rgb(109,237,219); }
td.TdClassName
{
border-color: #6DEDDB;
}
.TagClassName
{
border-color: #6DEDDB;
}
</style>