Shades of Turquoise Blue #6DDEDD
Tints of Turquoise Blue #6DDEDD
RGB
CMYK
RGB Variations
Color information
#6DDEDD (or 0x6DDEDD) is known color: Turquoise Blue. HEX triplet: 6D, DE and DD. RGB value is (109,222,221). Sum of RGB (Red+Green+Blue) = 109+222+221=552 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.75% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #6DDEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDEDD is #922122. Grayscale: #BBBBBB. Windows color (decimal): -9576739 or 14540397. OLE color: 14540397.
HSL color Cylindrical-coordinate representation of color #6DDEDD: hue angle of 179.47º 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 #6DDEDD is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 222 | 221 | - |
| CMYK | 0.51 | 0 | 0.00 | 0.13 |
| HSL | 179.47º | 0.63% | 0.65% | - |
| HSV(B) | 179.47º | 0.51% | 0.87% | - |
| XYZ | 45.48 | 60.71 | 77.73 | - |
| YUV | 188.1 | 146.56 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 222 | 221 | 0.51 | 0 | 0.00 | 0.13 | 179.47 | 0.63 | 0.65 |
| Hex | 6D | DE | DD | 33 | 0 | 0 | D | B3 | 3F | 41 |
| Octal | 155 | 336 | 335 | 63 | 0 | 0 | 15 | 263 | 77 | 101 |
| Binary | 1101101 | 11011110 | 11011101 | 110011 | 0 | 0 | 1101 | 10110011 | 111111 | 1000001 |
Color Harmonies of #6DDEDD
Complementary color
Monochromatic Colors of #6DDEDD
Black with #6DDEDD
Text Example
Text Example
White with #6DDEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDEDD; }
p { color: rgb(109,222,221); }
H1.HeaderClassName
{
color: #6DDEDD;
}
.AnyTagClassName
{
color: #6DDEDD;
}
</style>
background-color css
<style>
a { background-color: #6DDEDD; }
a { background-color: rgb(109,222,221); }
div.DivClassName
{
background-color: #6DDEDD;
}
.BgClassName
{
background-color: #6DDEDD;
}
</style>
border-color css
<style>
span { border-color: #6DDEDD; }
span { border-color: rgb(109,222,221); }
td.TdClassName
{
border-color: #6DDEDD;
}
.TagClassName
{
border-color: #6DDEDD;
}
</style>