Shades of Turquoise Blue #6DDCE5
Tints of Turquoise Blue #6DDCE5
RGB
CMYK
RGB Variations
Color information
#6DDCE5 (or 0x6DDCE5) is known color: Turquoise Blue. HEX triplet: 6D, DC and E5. RGB value is (109,220,229). Sum of RGB (Red+Green+Blue) = 109+220+229=558 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.53% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #6DDCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCE5 is #92231A. Grayscale: #BBBBBB. Windows color (decimal): -9577243 or 15064173. OLE color: 15064173.
HSL color Cylindrical-coordinate representation of color #6DDCE5: hue angle of 184.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DDCE5 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 220 | 229 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.10 |
| HSL | 184.5º | 0.7% | 0.66% | - |
| HSV(B) | 184.5º | 0.52% | 0.9% | - |
| XYZ | 46.04 | 60.09 | 83.3 | - |
| YUV | 187.84 | 151.23 | 71.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 229 | 0.52 | 0.04 | 0 | 0.10 | 184.5 | 0.7 | 0.66 |
| Hex | 6D | DC | E5 | 34 | 4 | 0 | A | B8 | 46 | 42 |
| Octal | 155 | 334 | 345 | 64 | 4 | 0 | 12 | 270 | 106 | 102 |
| Binary | 1101101 | 11011100 | 11100101 | 110100 | 100 | 0 | 1010 | 10111000 | 1000110 | 1000010 |
Color Harmonies of #6DDCE5
Complementary color
Monochromatic Colors of #6DDCE5
Black with #6DDCE5
Text Example
Text Example
White with #6DDCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCE5; }
p { color: rgb(109,220,229); }
H1.HeaderClassName
{
color: #6DDCE5;
}
.AnyTagClassName
{
color: #6DDCE5;
}
</style>
background-color css
<style>
a { background-color: #6DDCE5; }
a { background-color: rgb(109,220,229); }
div.DivClassName
{
background-color: #6DDCE5;
}
.BgClassName
{
background-color: #6DDCE5;
}
</style>
border-color css
<style>
span { border-color: #6DDCE5; }
span { border-color: rgb(109,220,229); }
td.TdClassName
{
border-color: #6DDCE5;
}
.TagClassName
{
border-color: #6DDCE5;
}
</style>