Shades of Turquoise Blue #6DEDDC
Tints of Turquoise Blue #6DEDDC
RGB
CMYK
RGB Variations
Color information
#6DEDDC (or 0x6DEDDC) is known color: Turquoise Blue. HEX triplet: 6D, ED and DC. RGB value is (109,237,220). Sum of RGB (Red+Green+Blue) = 109+237+220=566 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.26% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDDC is #921223. Grayscale: #C4C4C4. Windows color (decimal): -9572900 or 14478701. OLE color: 14478701.
HSL color Cylindrical-coordinate representation of color #6DEDDC: hue angle of 172.03º 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 #6DEDDC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 237 | 220 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.07 |
| HSL | 172.03º | 0.78% | 0.68% | - |
| HSV(B) | 172.03º | 0.54% | 0.93% | - |
| XYZ | 49.51 | 68.99 | 78.42 | - |
| YUV | 196.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 237 | 220 | 0.54 | 0 | 0.07 | 0.07 | 172.03 | 0.78 | 0.68 |
| Hex | 6D | ED | DC | 36 | 0 | 7 | 7 | AC | 4E | 44 |
| Octal | 155 | 355 | 334 | 66 | 0 | 7 | 7 | 254 | 116 | 104 |
| Binary | 1101101 | 11101101 | 11011100 | 110110 | 0 | 111 | 111 | 10101100 | 1001110 | 1000100 |
Color Harmonies of #6DEDDC
Complementary color
Monochromatic Colors of #6DEDDC
Black with #6DEDDC
Text Example
Text Example
White with #6DEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DEDDC; }
p { color: rgb(109,237,220); }
H1.HeaderClassName
{
color: #6DEDDC;
}
.AnyTagClassName
{
color: #6DEDDC;
}
</style>
background-color css
<style>
a { background-color: #6DEDDC; }
a { background-color: rgb(109,237,220); }
div.DivClassName
{
background-color: #6DEDDC;
}
.BgClassName
{
background-color: #6DEDDC;
}
</style>
border-color css
<style>
span { border-color: #6DEDDC; }
span { border-color: rgb(109,237,220); }
td.TdClassName
{
border-color: #6DEDDC;
}
.TagClassName
{
border-color: #6DEDDC;
}
</style>