Shades of Turquoise Blue #68E4DB
Tints of Turquoise Blue #68E4DB
RGB
CMYK
RGB Variations
Color information
#68E4DB (or 0x68E4DB) is known color: Turquoise Blue. HEX triplet: 68, E4 and DB. RGB value is (104,228,219). Sum of RGB (Red+Green+Blue) = 104+228+219=551 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.87% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4DB is #971B24. Grayscale: #BDBDBD. Windows color (decimal): -9902885 or 14410856. OLE color: 14410856.
HSL color Cylindrical-coordinate representation of color #68E4DB: hue angle of 175.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4DB is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 219 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.11 |
| HSL | 175.65º | 0.7% | 0.65% | - |
| HSV(B) | 175.65º | 0.54% | 0.89% | - |
| XYZ | 46.24 | 63.54 | 76.85 | - |
| YUV | 189.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 219 | 0.54 | 0 | 0.04 | 0.11 | 175.65 | 0.7 | 0.65 |
| Hex | 68 | E4 | DB | 36 | 0 | 4 | B | B0 | 46 | 41 |
| Octal | 150 | 344 | 333 | 66 | 0 | 4 | 13 | 260 | 106 | 101 |
| Binary | 1101000 | 11100100 | 11011011 | 110110 | 0 | 100 | 1011 | 10110000 | 1000110 | 1000001 |
Color Harmonies of #68E4DB
Complementary color
Monochromatic Colors of #68E4DB
Black with #68E4DB
Text Example
Text Example
White with #68E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E4DB; }
p { color: rgb(104,228,219); }
H1.HeaderClassName
{
color: #68E4DB;
}
.AnyTagClassName
{
color: #68E4DB;
}
</style>
background-color css
<style>
a { background-color: #68E4DB; }
a { background-color: rgb(104,228,219); }
div.DivClassName
{
background-color: #68E4DB;
}
.BgClassName
{
background-color: #68E4DB;
}
</style>
border-color css
<style>
span { border-color: #68E4DB; }
span { border-color: rgb(104,228,219); }
td.TdClassName
{
border-color: #68E4DB;
}
.TagClassName
{
border-color: #68E4DB;
}
</style>