Shades of Turquoise Blue #6DDDDD
Tints of Turquoise Blue #6DDDDD
RGB
CMYK
RGB Variations
Color information
#6DDDDD (or 0x6DDDDD) is known color: Turquoise Blue. HEX triplet: 6D, DD and DD. RGB value is (109,221,221). Sum of RGB (Red+Green+Blue) = 109+221+221=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #6DDDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDDD is #922222. Grayscale: #BBBBBB. Windows color (decimal): -9576995 or 14540141. OLE color: 14540141.
HSL color Cylindrical-coordinate representation of color #6DDDDD: hue angle of 180º degrees, saturation: 0.62, 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 #6DDDDD is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 221 | 221 | - |
| CMYK | 0.51 | 0 | 0 | 0.13 |
| HSL | 180º | 0.62% | 0.65% | - |
| HSV(B) | 180º | 0.51% | 0.87% | - |
| XYZ | 45.21 | 60.18 | 77.64 | - |
| YUV | 187.51 | 146.89 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 221 | 0.51 | 0 | 0 | 0.13 | 180 | 0.62 | 0.65 |
| Hex | 6D | DD | DD | 33 | 0 | 0 | D | B4 | 3E | 41 |
| Octal | 155 | 335 | 335 | 63 | 0 | 0 | 15 | 264 | 76 | 101 |
| Binary | 1101101 | 11011101 | 11011101 | 110011 | 0 | 0 | 1101 | 10110100 | 111110 | 1000001 |
Color Harmonies of #6DDDDD
Complementary color
Monochromatic Colors of #6DDDDD
Black with #6DDDDD
Text Example
Text Example
White with #6DDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDDD; }
p { color: rgb(109,221,221); }
H1.HeaderClassName
{
color: #6DDDDD;
}
.AnyTagClassName
{
color: #6DDDDD;
}
</style>
background-color css
<style>
a { background-color: #6DDDDD; }
a { background-color: rgb(109,221,221); }
div.DivClassName
{
background-color: #6DDDDD;
}
.BgClassName
{
background-color: #6DDDDD;
}
</style>
border-color css
<style>
span { border-color: #6DDDDD; }
span { border-color: rgb(109,221,221); }
td.TdClassName
{
border-color: #6DDDDD;
}
.TagClassName
{
border-color: #6DDDDD;
}
</style>