Shades of Turquoise Blue #6CEBEC
Tints of Turquoise Blue #6CEBEC
RGB
CMYK
RGB Variations
Color information
#6CEBEC (or 0x6CEBEC) is known color: Turquoise Blue. HEX triplet: 6C, EB and EC. RGB value is (108,235,236). Sum of RGB (Red+Green+Blue) = 108+235+236=579 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.65% from 579); Green value is 235 (92.19% from 255 or 40.59% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CEBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEBEC is #931413. Grayscale: #C5C5C5. Windows color (decimal): -9638932 or 15526764. OLE color: 15526764.
HSL color Cylindrical-coordinate representation of color #6CEBEC: hue angle of 180.47º 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 #6CEBEC is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 235 | 236 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.07 |
| HSL | 180.47º | 0.77% | 0.67% | - |
| HSV(B) | 180.47º | 0.54% | 0.93% | - |
| XYZ | 51.03 | 68.66 | 89.92 | - |
| YUV | 197.14 | 149.92 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 236 | 0.54 | 0.00 | 0 | 0.07 | 180.47 | 0.77 | 0.67 |
| Hex | 6C | EB | EC | 36 | 0 | 0 | 7 | B4 | 4D | 43 |
| Octal | 154 | 353 | 354 | 66 | 0 | 0 | 7 | 264 | 115 | 103 |
| Binary | 1101100 | 11101011 | 11101100 | 110110 | 0 | 0 | 111 | 10110100 | 1001101 | 1000011 |
Color Harmonies of #6CEBEC
Complementary color
Monochromatic Colors of #6CEBEC
Black with #6CEBEC
Text Example
Text Example
White with #6CEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBEC; }
p { color: rgb(108,235,236); }
H1.HeaderClassName
{
color: #6CEBEC;
}
.AnyTagClassName
{
color: #6CEBEC;
}
</style>
background-color css
<style>
a { background-color: #6CEBEC; }
a { background-color: rgb(108,235,236); }
div.DivClassName
{
background-color: #6CEBEC;
}
.BgClassName
{
background-color: #6CEBEC;
}
</style>
border-color css
<style>
span { border-color: #6CEBEC; }
span { border-color: rgb(108,235,236); }
td.TdClassName
{
border-color: #6CEBEC;
}
.TagClassName
{
border-color: #6CEBEC;
}
</style>