Shades of Turquoise Blue #6DDDE0
Tints of Turquoise Blue #6DDDE0
RGB
CMYK
RGB Variations
Color information
#6DDDE0 (or 0x6DDDE0) is known color: Turquoise Blue. HEX triplet: 6D, DD and E0. RGB value is (109,221,224). Sum of RGB (Red+Green+Blue) = 109+221+224=554 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.68% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DDDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDE0 is #92221F. Grayscale: #BBBBBB. Windows color (decimal): -9576992 or 14736749. OLE color: 14736749.
HSL color Cylindrical-coordinate representation of color #6DDDE0: hue angle of 181.57º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDE0 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 221 | 224 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.12 |
| HSL | 181.57º | 0.65% | 0.65% | - |
| HSV(B) | 181.57º | 0.51% | 0.88% | - |
| XYZ | 45.62 | 60.35 | 79.76 | - |
| YUV | 187.85 | 148.39 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 221 | 224 | 0.51 | 0.01 | 0 | 0.12 | 181.57 | 0.65 | 0.65 |
| Hex | 6D | DD | E0 | 33 | 1 | 0 | C | B6 | 41 | 41 |
| Octal | 155 | 335 | 340 | 63 | 1 | 0 | 14 | 266 | 101 | 101 |
| Binary | 1101101 | 11011101 | 11100000 | 110011 | 1 | 0 | 1100 | 10110110 | 1000001 | 1000001 |
Color Harmonies of #6DDDE0
Complementary color
Monochromatic Colors of #6DDDE0
Black with #6DDDE0
Text Example
Text Example
White with #6DDDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDDE0; }
p { color: rgb(109,221,224); }
H1.HeaderClassName
{
color: #6DDDE0;
}
.AnyTagClassName
{
color: #6DDDE0;
}
</style>
background-color css
<style>
a { background-color: #6DDDE0; }
a { background-color: rgb(109,221,224); }
div.DivClassName
{
background-color: #6DDDE0;
}
.BgClassName
{
background-color: #6DDDE0;
}
</style>
border-color css
<style>
span { border-color: #6DDDE0; }
span { border-color: rgb(109,221,224); }
td.TdClassName
{
border-color: #6DDDE0;
}
.TagClassName
{
border-color: #6DDDE0;
}
</style>