Shades of Turquoise Blue #6CECE8
Tints of Turquoise Blue #6CECE8
RGB
CMYK
RGB Variations
Color information
#6CECE8 (or 0x6CECE8) is known color: Turquoise Blue. HEX triplet: 6C, EC and E8. RGB value is (108,236,232). Sum of RGB (Red+Green+Blue) = 108+236+232=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 236 - color contains mainly: green. Hex color #6CECE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CECE8 is #931317. Grayscale: #C5C5C5. Windows color (decimal): -9638680 or 15264876. OLE color: 15264876.
HSL color Cylindrical-coordinate representation of color #6CECE8: hue angle of 178.12º 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 #6CECE8 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 236 | 232 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.07 |
| HSL | 178.13º | 0.77% | 0.67% | - |
| HSV(B) | 178.13º | 0.54% | 0.93% | - |
| XYZ | 50.75 | 69.01 | 86.99 | - |
| YUV | 197.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 236 | 232 | 0.54 | 0 | 0.02 | 0.07 | 178.13 | 0.77 | 0.67 |
| Hex | 6C | EC | E8 | 36 | 0 | 2 | 7 | B2 | 4D | 43 |
| Octal | 154 | 354 | 350 | 66 | 0 | 2 | 7 | 262 | 115 | 103 |
| Binary | 1101100 | 11101100 | 11101000 | 110110 | 0 | 10 | 111 | 10110010 | 1001101 | 1000011 |
Color Harmonies of #6CECE8
Complementary color
Monochromatic Colors of #6CECE8
Black with #6CECE8
Text Example
Text Example
White with #6CECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CECE8; }
p { color: rgb(108,236,232); }
H1.HeaderClassName
{
color: #6CECE8;
}
.AnyTagClassName
{
color: #6CECE8;
}
</style>
background-color css
<style>
a { background-color: #6CECE8; }
a { background-color: rgb(108,236,232); }
div.DivClassName
{
background-color: #6CECE8;
}
.BgClassName
{
background-color: #6CECE8;
}
</style>
border-color css
<style>
span { border-color: #6CECE8; }
span { border-color: rgb(108,236,232); }
td.TdClassName
{
border-color: #6CECE8;
}
.TagClassName
{
border-color: #6CECE8;
}
</style>