Shades of Turquoise Blue #6DE2DD
Tints of Turquoise Blue #6DE2DD
RGB
CMYK
RGB Variations
Color information
#6DE2DD (or 0x6DE2DD) is known color: Turquoise Blue. HEX triplet: 6D, E2 and DD. RGB value is (109,226,221). Sum of RGB (Red+Green+Blue) = 109+226+221=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2DD is #921D22. Grayscale: #BEBEBE. Windows color (decimal): -9575715 or 14541421. OLE color: 14541421.
HSL color Cylindrical-coordinate representation of color #6DE2DD: hue angle of 177.44º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE2DD is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 226 | 221 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.11 |
| HSL | 177.44º | 0.67% | 0.66% | - |
| HSV(B) | 177.44º | 0.52% | 0.89% | - |
| XYZ | 46.55 | 62.86 | 78.09 | - |
| YUV | 190.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 226 | 221 | 0.52 | 0 | 0.02 | 0.11 | 177.44 | 0.67 | 0.66 |
| Hex | 6D | E2 | DD | 34 | 0 | 2 | B | B1 | 43 | 42 |
| Octal | 155 | 342 | 335 | 64 | 0 | 2 | 13 | 261 | 103 | 102 |
| Binary | 1101101 | 11100010 | 11011101 | 110100 | 0 | 10 | 1011 | 10110001 | 1000011 | 1000010 |
Color Harmonies of #6DE2DD
Complementary color
Monochromatic Colors of #6DE2DD
Black with #6DE2DD
Text Example
Text Example
White with #6DE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE2DD; }
p { color: rgb(109,226,221); }
H1.HeaderClassName
{
color: #6DE2DD;
}
.AnyTagClassName
{
color: #6DE2DD;
}
</style>
background-color css
<style>
a { background-color: #6DE2DD; }
a { background-color: rgb(109,226,221); }
div.DivClassName
{
background-color: #6DE2DD;
}
.BgClassName
{
background-color: #6DE2DD;
}
</style>
border-color css
<style>
span { border-color: #6DE2DD; }
span { border-color: rgb(109,226,221); }
td.TdClassName
{
border-color: #6DE2DD;
}
.TagClassName
{
border-color: #6DE2DD;
}
</style>