Shades of Turquoise Blue #6CE4DB
Tints of Turquoise Blue #6CE4DB
RGB
CMYK
RGB Variations
Color information
#6CE4DB (or 0x6CE4DB) is known color: Turquoise Blue. HEX triplet: 6C, E4 and DB. RGB value is (108,228,219). Sum of RGB (Red+Green+Blue) = 108+228+219=555 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.46% from 555); Green value is 228 (89.45% from 255 or 41.08% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 228 - color contains mainly: green. Hex color #6CE4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE4DB is #931B24. Grayscale: #BFBFBF. Windows color (decimal): -9640741 or 14410860. OLE color: 14410860.
HSL color Cylindrical-coordinate representation of color #6CE4DB: hue angle of 175.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE4DB is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 228 | 219 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.11 |
| HSL | 175.5º | 0.69% | 0.66% | - |
| HSV(B) | 175.5º | 0.53% | 0.89% | - |
| XYZ | 46.71 | 63.79 | 76.87 | - |
| YUV | 191.09 | 143.74 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 228 | 219 | 0.53 | 0 | 0.04 | 0.11 | 175.5 | 0.69 | 0.66 |
| Hex | 6C | E4 | DB | 35 | 0 | 4 | B | B0 | 45 | 42 |
| Octal | 154 | 344 | 333 | 65 | 0 | 4 | 13 | 260 | 105 | 102 |
| Binary | 1101100 | 11100100 | 11011011 | 110101 | 0 | 100 | 1011 | 10110000 | 1000101 | 1000010 |
Color Harmonies of #6CE4DB
Complementary color
Monochromatic Colors of #6CE4DB
Black with #6CE4DB
Text Example
Text Example
White with #6CE4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE4DB; }
p { color: rgb(108,228,219); }
H1.HeaderClassName
{
color: #6CE4DB;
}
.AnyTagClassName
{
color: #6CE4DB;
}
</style>
background-color css
<style>
a { background-color: #6CE4DB; }
a { background-color: rgb(108,228,219); }
div.DivClassName
{
background-color: #6CE4DB;
}
.BgClassName
{
background-color: #6CE4DB;
}
</style>
border-color css
<style>
span { border-color: #6CE4DB; }
span { border-color: rgb(108,228,219); }
td.TdClassName
{
border-color: #6CE4DB;
}
.TagClassName
{
border-color: #6CE4DB;
}
</style>