Shades of Turquoise Blue #6DDDE2
Tints of Turquoise Blue #6DDDE2
RGB
CMYK
RGB Variations
Color information
#6DDDE2 (or 0x6DDDE2) is known color: Turquoise Blue. HEX triplet: 6D, DD and E2. RGB value is (109,221,226). Sum of RGB (Red+Green+Blue) = 109+221+226=556 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.60% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 226 (88.67% from 255 or 40.65% from 556); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DDDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDE2 is #92221D. Grayscale: #BBBBBB. Windows color (decimal): -9576990 or 14867821. OLE color: 14867821.
HSL color Cylindrical-coordinate representation of color #6DDDE2: hue angle of 182.56º 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 #6DDDE2 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 221 | 226 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.11 |
| HSL | 182.56º | 0.67% | 0.66% | - |
| HSV(B) | 182.56º | 0.52% | 0.89% | - |
| XYZ | 45.89 | 60.46 | 81.2 | - |
| YUV | 188.08 | 149.39 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 226 | 0.52 | 0.02 | 0 | 0.11 | 182.56 | 0.67 | 0.66 |
| Hex | 6D | DD | E2 | 34 | 2 | 0 | B | B7 | 43 | 42 |
| Octal | 155 | 335 | 342 | 64 | 2 | 0 | 13 | 267 | 103 | 102 |
| Binary | 1101101 | 11011101 | 11100010 | 110100 | 10 | 0 | 1011 | 10110111 | 1000011 | 1000010 |
Color Harmonies of #6DDDE2
Complementary color
Monochromatic Colors of #6DDDE2
Black with #6DDDE2
Text Example
Text Example
White with #6DDDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDE2; }
p { color: rgb(109,221,226); }
H1.HeaderClassName
{
color: #6DDDE2;
}
.AnyTagClassName
{
color: #6DDDE2;
}
</style>
background-color css
<style>
a { background-color: #6DDDE2; }
a { background-color: rgb(109,221,226); }
div.DivClassName
{
background-color: #6DDDE2;
}
.BgClassName
{
background-color: #6DDDE2;
}
</style>
border-color css
<style>
span { border-color: #6DDDE2; }
span { border-color: rgb(109,221,226); }
td.TdClassName
{
border-color: #6DDDE2;
}
.TagClassName
{
border-color: #6DDDE2;
}
</style>