Shades of Turquoise Blue #6DECE2
Tints of Turquoise Blue #6DECE2
RGB
CMYK
RGB Variations
Color information
#6DECE2 (or 0x6DECE2) is known color: Turquoise Blue. HEX triplet: 6D, EC and E2. RGB value is (109,236,226). Sum of RGB (Red+Green+Blue) = 109+236+226=571 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.09% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #6DECE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DECE2 is #92131D. Grayscale: #C4C4C4. Windows color (decimal): -9573150 or 14871661. OLE color: 14871661.
HSL color Cylindrical-coordinate representation of color #6DECE2: hue angle of 175.28º 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 #6DECE2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 236 | 226 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.07 |
| HSL | 175.28º | 0.77% | 0.68% | - |
| HSV(B) | 175.28º | 0.54% | 0.93% | - |
| XYZ | 50.03 | 68.73 | 82.58 | - |
| YUV | 196.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 236 | 226 | 0.54 | 0 | 0.04 | 0.07 | 175.28 | 0.77 | 0.68 |
| Hex | 6D | EC | E2 | 36 | 0 | 4 | 7 | AF | 4D | 44 |
| Octal | 155 | 354 | 342 | 66 | 0 | 4 | 7 | 257 | 115 | 104 |
| Binary | 1101101 | 11101100 | 11100010 | 110110 | 0 | 100 | 111 | 10101111 | 1001101 | 1000100 |
Color Harmonies of #6DECE2
Complementary color
Monochromatic Colors of #6DECE2
Black with #6DECE2
Text Example
Text Example
White with #6DECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DECE2; }
p { color: rgb(109,236,226); }
H1.HeaderClassName
{
color: #6DECE2;
}
.AnyTagClassName
{
color: #6DECE2;
}
</style>
background-color css
<style>
a { background-color: #6DECE2; }
a { background-color: rgb(109,236,226); }
div.DivClassName
{
background-color: #6DECE2;
}
.BgClassName
{
background-color: #6DECE2;
}
</style>
border-color css
<style>
span { border-color: #6DECE2; }
span { border-color: rgb(109,236,226); }
td.TdClassName
{
border-color: #6DECE2;
}
.TagClassName
{
border-color: #6DECE2;
}
</style>