Shades of Turquoise Blue #6DDCE8
Tints of Turquoise Blue #6DDCE8
RGB
CMYK
RGB Variations
Color information
#6DDCE8 (or 0x6DDCE8) is known color: Turquoise Blue. HEX triplet: 6D, DC and E8. RGB value is (109,220,232). Sum of RGB (Red+Green+Blue) = 109+220+232=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #6DDCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCE8 is #922317. Grayscale: #BCBCBC. Windows color (decimal): -9577240 or 15260781. OLE color: 15260781.
HSL color Cylindrical-coordinate representation of color #6DDCE8: hue angle of 185.85º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DDCE8 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 220 | 232 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.09 |
| HSL | 185.85º | 0.73% | 0.67% | - |
| HSV(B) | 185.85º | 0.53% | 0.91% | - |
| XYZ | 46.47 | 60.26 | 85.53 | - |
| YUV | 188.18 | 152.73 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 232 | 0.53 | 0.05 | 0 | 0.09 | 185.85 | 0.73 | 0.67 |
| Hex | 6D | DC | E8 | 35 | 5 | 0 | 9 | BA | 49 | 43 |
| Octal | 155 | 334 | 350 | 65 | 5 | 0 | 11 | 272 | 111 | 103 |
| Binary | 1101101 | 11011100 | 11101000 | 110101 | 101 | 0 | 1001 | 10111010 | 1001001 | 1000011 |
Color Harmonies of #6DDCE8
Complementary color
Monochromatic Colors of #6DDCE8
Black with #6DDCE8
Text Example
Text Example
White with #6DDCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCE8; }
p { color: rgb(109,220,232); }
H1.HeaderClassName
{
color: #6DDCE8;
}
.AnyTagClassName
{
color: #6DDCE8;
}
</style>
background-color css
<style>
a { background-color: #6DDCE8; }
a { background-color: rgb(109,220,232); }
div.DivClassName
{
background-color: #6DDCE8;
}
.BgClassName
{
background-color: #6DDCE8;
}
</style>
border-color css
<style>
span { border-color: #6DDCE8; }
span { border-color: rgb(109,220,232); }
td.TdClassName
{
border-color: #6DDCE8;
}
.TagClassName
{
border-color: #6DDCE8;
}
</style>