Shades of Turquoise Blue #6CECDB
Tints of Turquoise Blue #6CECDB
RGB
CMYK
RGB Variations
Color information
#6CECDB (or 0x6CECDB) is known color: Turquoise Blue. HEX triplet: 6C, EC and DB. RGB value is (108,236,219). Sum of RGB (Red+Green+Blue) = 108+236+219=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDB is #931324. Grayscale: #C3C3C3. Windows color (decimal): -9638693 or 14412908. OLE color: 14412908.
HSL color Cylindrical-coordinate representation of color #6CECDB: hue angle of 172.03º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CECDB is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 219 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.07 |
| HSL | 172.03º | 0.77% | 0.67% | - |
| HSV(B) | 172.03º | 0.54% | 0.93% | - |
| XYZ | 48.97 | 68.29 | 77.62 | - |
| YUV | 195.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 219 | 0.54 | 0 | 0.07 | 0.07 | 172.03 | 0.77 | 0.67 |
| Hex | 6C | EC | DB | 36 | 0 | 7 | 7 | AC | 4D | 43 |
| Octal | 154 | 354 | 333 | 66 | 0 | 7 | 7 | 254 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11011011 | 110110 | 0 | 111 | 111 | 10101100 | 1001101 | 1000011 |
Color Harmonies of #6CECDB
Complementary color
Monochromatic Colors of #6CECDB
Black with #6CECDB
Text Example
Text Example
White with #6CECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECDB; }
p { color: rgb(108,236,219); }
H1.HeaderClassName
{
color: #6CECDB;
}
.AnyTagClassName
{
color: #6CECDB;
}
</style>
background-color css
<style>
a { background-color: #6CECDB; }
a { background-color: rgb(108,236,219); }
div.DivClassName
{
background-color: #6CECDB;
}
.BgClassName
{
background-color: #6CECDB;
}
</style>
border-color css
<style>
span { border-color: #6CECDB; }
span { border-color: rgb(108,236,219); }
td.TdClassName
{
border-color: #6CECDB;
}
.TagClassName
{
border-color: #6CECDB;
}
</style>