Shades of Turquoise Blue #68E8DB
Tints of Turquoise Blue #68E8DB
RGB
CMYK
RGB Variations
Color information
#68E8DB (or 0x68E8DB) is known color: Turquoise Blue. HEX triplet: 68, E8 and DB. RGB value is (104,232,219). Sum of RGB (Red+Green+Blue) = 104+232+219=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8DB is #971724. Grayscale: #C0C0C0. Windows color (decimal): -9901861 or 14411880. OLE color: 14411880.
HSL color Cylindrical-coordinate representation of color #68E8DB: hue angle of 173.91º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8DB is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 219 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.09 |
| HSL | 173.91º | 0.74% | 0.66% | - |
| HSV(B) | 173.91º | 0.55% | 0.91% | - |
| XYZ | 47.35 | 65.77 | 77.22 | - |
| YUV | 192.25 | 143.09 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 219 | 0.55 | 0 | 0.06 | 0.09 | 173.91 | 0.74 | 0.66 |
| Hex | 68 | E8 | DB | 37 | 0 | 6 | 9 | AE | 4A | 42 |
| Octal | 150 | 350 | 333 | 67 | 0 | 6 | 11 | 256 | 112 | 102 |
| Binary | 1101000 | 11101000 | 11011011 | 110111 | 0 | 110 | 1001 | 10101110 | 1001010 | 1000010 |
Color Harmonies of #68E8DB
Complementary color
Monochromatic Colors of #68E8DB
Black with #68E8DB
Text Example
Text Example
White with #68E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8DB; }
p { color: rgb(104,232,219); }
H1.HeaderClassName
{
color: #68E8DB;
}
.AnyTagClassName
{
color: #68E8DB;
}
</style>
background-color css
<style>
a { background-color: #68E8DB; }
a { background-color: rgb(104,232,219); }
div.DivClassName
{
background-color: #68E8DB;
}
.BgClassName
{
background-color: #68E8DB;
}
</style>
border-color css
<style>
span { border-color: #68E8DB; }
span { border-color: rgb(104,232,219); }
td.TdClassName
{
border-color: #68E8DB;
}
.TagClassName
{
border-color: #68E8DB;
}
</style>