Shades of Turquoise Blue #6DDCE6
Tints of Turquoise Blue #6DDCE6
RGB
CMYK
RGB Variations
Color information
#6DDCE6 (or 0x6DDCE6) is known color: Turquoise Blue. HEX triplet: 6D, DC and E6. RGB value is (109,220,230). Sum of RGB (Red+Green+Blue) = 109+220+230=559 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.50% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #6DDCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCE6 is #922319. Grayscale: #BBBBBB. Windows color (decimal): -9577242 or 15129709. OLE color: 15129709.
HSL color Cylindrical-coordinate representation of color #6DDCE6: hue angle of 184.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDCE6 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 220 | 230 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.10 |
| HSL | 184.96º | 0.71% | 0.66% | - |
| HSV(B) | 184.96º | 0.53% | 0.9% | - |
| XYZ | 46.18 | 60.15 | 84.04 | - |
| YUV | 187.95 | 151.73 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 230 | 0.53 | 0.04 | 0 | 0.10 | 184.96 | 0.71 | 0.66 |
| Hex | 6D | DC | E6 | 35 | 4 | 0 | A | B9 | 47 | 42 |
| Octal | 155 | 334 | 346 | 65 | 4 | 0 | 12 | 271 | 107 | 102 |
| Binary | 1101101 | 11011100 | 11100110 | 110101 | 100 | 0 | 1010 | 10111001 | 1000111 | 1000010 |
Color Harmonies of #6DDCE6
Complementary color
Monochromatic Colors of #6DDCE6
Black with #6DDCE6
Text Example
Text Example
White with #6DDCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCE6; }
p { color: rgb(109,220,230); }
H1.HeaderClassName
{
color: #6DDCE6;
}
.AnyTagClassName
{
color: #6DDCE6;
}
</style>
background-color css
<style>
a { background-color: #6DDCE6; }
a { background-color: rgb(109,220,230); }
div.DivClassName
{
background-color: #6DDCE6;
}
.BgClassName
{
background-color: #6DDCE6;
}
</style>
border-color css
<style>
span { border-color: #6DDCE6; }
span { border-color: rgb(109,220,230); }
td.TdClassName
{
border-color: #6DDCE6;
}
.TagClassName
{
border-color: #6DDCE6;
}
</style>