Shades of Turquoise Blue #68E2DB
Tints of Turquoise Blue #68E2DB
RGB
CMYK
RGB Variations
Color information
#68E2DB (or 0x68E2DB) is known color: Turquoise Blue. HEX triplet: 68, E2 and DB. RGB value is (104,226,219). Sum of RGB (Red+Green+Blue) = 104+226+219=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #68E2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E2DB is #971D24. Grayscale: #BCBCBC. Windows color (decimal): -9903397 or 14410344. OLE color: 14410344.
HSL color Cylindrical-coordinate representation of color #68E2DB: hue angle of 176.56º degrees, saturation: 0.68, 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 #68E2DB is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 226 | 219 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.11 |
| HSL | 176.56º | 0.68% | 0.65% | - |
| HSV(B) | 176.56º | 0.54% | 0.89% | - |
| XYZ | 45.69 | 62.45 | 76.66 | - |
| YUV | 188.72 | 145.08 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 219 | 0.54 | 0 | 0.03 | 0.11 | 176.56 | 0.68 | 0.65 |
| Hex | 68 | E2 | DB | 36 | 0 | 3 | B | B1 | 44 | 41 |
| Octal | 150 | 342 | 333 | 66 | 0 | 3 | 13 | 261 | 104 | 101 |
| Binary | 1101000 | 11100010 | 11011011 | 110110 | 0 | 11 | 1011 | 10110001 | 1000100 | 1000001 |
Color Harmonies of #68E2DB
Complementary color
Monochromatic Colors of #68E2DB
Black with #68E2DB
Text Example
Text Example
White with #68E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2DB; }
p { color: rgb(104,226,219); }
H1.HeaderClassName
{
color: #68E2DB;
}
.AnyTagClassName
{
color: #68E2DB;
}
</style>
background-color css
<style>
a { background-color: #68E2DB; }
a { background-color: rgb(104,226,219); }
div.DivClassName
{
background-color: #68E2DB;
}
.BgClassName
{
background-color: #68E2DB;
}
</style>
border-color css
<style>
span { border-color: #68E2DB; }
span { border-color: rgb(104,226,219); }
td.TdClassName
{
border-color: #68E2DB;
}
.TagClassName
{
border-color: #68E2DB;
}
</style>