Shades of Turquoise Blue #6DDCEC
Tints of Turquoise Blue #6DDCEC
RGB
CMYK
RGB Variations
Color information
#6DDCEC (or 0x6DDCEC) is known color: Turquoise Blue. HEX triplet: 6D, DC and EC. RGB value is (109,220,236). Sum of RGB (Red+Green+Blue) = 109+220+236=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #6DDCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DDCEC is #922313. Grayscale: #BCBCBC. Windows color (decimal): -9577236 or 15522925. OLE color: 15522925.
HSL color Cylindrical-coordinate representation of color #6DDCEC: hue angle of 187.56º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DDCEC is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 220 | 236 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.07 |
| HSL | 187.56º | 0.77% | 0.68% | - |
| HSV(B) | 187.56º | 0.54% | 0.93% | - |
| XYZ | 47.04 | 60.49 | 88.55 | - |
| YUV | 188.64 | 154.73 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 220 | 236 | 0.54 | 0.07 | 0 | 0.07 | 187.56 | 0.77 | 0.68 |
| Hex | 6D | DC | EC | 36 | 7 | 0 | 7 | BC | 4D | 44 |
| Octal | 155 | 334 | 354 | 66 | 7 | 0 | 7 | 274 | 115 | 104 |
| Binary | 1101101 | 11011100 | 11101100 | 110110 | 111 | 0 | 111 | 10111100 | 1001101 | 1000100 |
Color Harmonies of #6DDCEC
Complementary color
Monochromatic Colors of #6DDCEC
Black with #6DDCEC
Text Example
Text Example
White with #6DDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DDCEC; }
p { color: rgb(109,220,236); }
H1.HeaderClassName
{
color: #6DDCEC;
}
.AnyTagClassName
{
color: #6DDCEC;
}
</style>
background-color css
<style>
a { background-color: #6DDCEC; }
a { background-color: rgb(109,220,236); }
div.DivClassName
{
background-color: #6DDCEC;
}
.BgClassName
{
background-color: #6DDCEC;
}
</style>
border-color css
<style>
span { border-color: #6DDCEC; }
span { border-color: rgb(109,220,236); }
td.TdClassName
{
border-color: #6DDCEC;
}
.TagClassName
{
border-color: #6DDCEC;
}
</style>