Shades of Turquoise Blue #6CECDA
Tints of Turquoise Blue #6CECDA
RGB
CMYK
RGB Variations
Color information
#6CECDA (or 0x6CECDA) is known color: Turquoise Blue. HEX triplet: 6C, EC and DA. RGB value is (108,236,218). Sum of RGB (Red+Green+Blue) = 108+236+218=562 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.22% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CECDA is #931325. Grayscale: #C3C3C3. Windows color (decimal): -9638694 or 14347372. OLE color: 14347372.
HSL color Cylindrical-coordinate representation of color #6CECDA: hue angle of 171.56º 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 #6CECDA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 218 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.07 |
| HSL | 171.56º | 0.77% | 0.67% | - |
| HSV(B) | 171.56º | 0.54% | 0.93% | - |
| XYZ | 48.83 | 68.24 | 76.93 | - |
| YUV | 195.68 | 140.59 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 218 | 0.54 | 0 | 0.08 | 0.07 | 171.56 | 0.77 | 0.67 |
| Hex | 6C | EC | DA | 36 | 0 | 8 | 7 | AC | 4D | 43 |
| Octal | 154 | 354 | 332 | 66 | 0 | 10 | 7 | 254 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11011010 | 110110 | 0 | 1000 | 111 | 10101100 | 1001101 | 1000011 |
Color Harmonies of #6CECDA
Complementary color
Monochromatic Colors of #6CECDA
Black with #6CECDA
Text Example
Text Example
White with #6CECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECDA; }
p { color: rgb(108,236,218); }
H1.HeaderClassName
{
color: #6CECDA;
}
.AnyTagClassName
{
color: #6CECDA;
}
</style>
background-color css
<style>
a { background-color: #6CECDA; }
a { background-color: rgb(108,236,218); }
div.DivClassName
{
background-color: #6CECDA;
}
.BgClassName
{
background-color: #6CECDA;
}
</style>
border-color css
<style>
span { border-color: #6CECDA; }
span { border-color: rgb(108,236,218); }
td.TdClassName
{
border-color: #6CECDA;
}
.TagClassName
{
border-color: #6CECDA;
}
</style>