Shades of Turquoise Blue #6CEBDC
Tints of Turquoise Blue #6CEBDC
RGB
CMYK
RGB Variations
Color information
#6CEBDC (or 0x6CEBDC) is known color: Turquoise Blue. HEX triplet: 6C, EB and DC. RGB value is (108,235,220). Sum of RGB (Red+Green+Blue) = 108+235+220=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #6CEBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEBDC is #931423. Grayscale: #C3C3C3. Windows color (decimal): -9638948 or 14478188. OLE color: 14478188.
HSL color Cylindrical-coordinate representation of color #6CEBDC: hue angle of 172.91º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEBDC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 235 | 220 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.08 |
| HSL | 172.91º | 0.76% | 0.67% | - |
| HSV(B) | 172.91º | 0.54% | 0.92% | - |
| XYZ | 48.81 | 67.77 | 78.22 | - |
| YUV | 195.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 235 | 220 | 0.54 | 0 | 0.06 | 0.08 | 172.91 | 0.76 | 0.67 |
| Hex | 6C | EB | DC | 36 | 0 | 6 | 8 | AD | 4C | 43 |
| Octal | 154 | 353 | 334 | 66 | 0 | 6 | 10 | 255 | 114 | 103 |
| Binary | 1101100 | 11101011 | 11011100 | 110110 | 0 | 110 | 1000 | 10101101 | 1001100 | 1000011 |
Color Harmonies of #6CEBDC
Complementary color
Monochromatic Colors of #6CEBDC
Black with #6CEBDC
Text Example
Text Example
White with #6CEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEBDC; }
p { color: rgb(108,235,220); }
H1.HeaderClassName
{
color: #6CEBDC;
}
.AnyTagClassName
{
color: #6CEBDC;
}
</style>
background-color css
<style>
a { background-color: #6CEBDC; }
a { background-color: rgb(108,235,220); }
div.DivClassName
{
background-color: #6CEBDC;
}
.BgClassName
{
background-color: #6CEBDC;
}
</style>
border-color css
<style>
span { border-color: #6CEBDC; }
span { border-color: rgb(108,235,220); }
td.TdClassName
{
border-color: #6CEBDC;
}
.TagClassName
{
border-color: #6CEBDC;
}
</style>