Shades of Turquoise Blue #6CECDC
Tints of Turquoise Blue #6CECDC
RGB
CMYK
RGB Variations
Color information
#6CECDC (or 0x6CECDC) is known color: Turquoise Blue. HEX triplet: 6C, EC and DC. RGB value is (108,236,220). Sum of RGB (Red+Green+Blue) = 108+236+220=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDC is #931323. Grayscale: #C3C3C3. Windows color (decimal): -9638692 or 14478444. OLE color: 14478444.
HSL color Cylindrical-coordinate representation of color #6CECDC: hue angle of 172.5º 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 #6CECDC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 220 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.07 |
| HSL | 172.5º | 0.77% | 0.67% | - |
| HSV(B) | 172.5º | 0.54% | 0.93% | - |
| XYZ | 49.1 | 68.35 | 78.31 | - |
| YUV | 195.9 | 141.59 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 220 | 0.54 | 0 | 0.07 | 0.07 | 172.5 | 0.77 | 0.67 |
| Hex | 6C | EC | DC | 36 | 0 | 7 | 7 | AC | 4D | 43 |
| Octal | 154 | 354 | 334 | 66 | 0 | 7 | 7 | 254 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11011100 | 110110 | 0 | 111 | 111 | 10101100 | 1001101 | 1000011 |
Color Harmonies of #6CECDC
Complementary color
Monochromatic Colors of #6CECDC
Black with #6CECDC
Text Example
Text Example
White with #6CECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECDC; }
p { color: rgb(108,236,220); }
H1.HeaderClassName
{
color: #6CECDC;
}
.AnyTagClassName
{
color: #6CECDC;
}
</style>
background-color css
<style>
a { background-color: #6CECDC; }
a { background-color: rgb(108,236,220); }
div.DivClassName
{
background-color: #6CECDC;
}
.BgClassName
{
background-color: #6CECDC;
}
</style>
border-color css
<style>
span { border-color: #6CECDC; }
span { border-color: rgb(108,236,220); }
td.TdClassName
{
border-color: #6CECDC;
}
.TagClassName
{
border-color: #6CECDC;
}
</style>