Shades of Turquoise Blue #68ECDB
Tints of Turquoise Blue #68ECDB
RGB
CMYK
RGB Variations
Color information
#68ECDB (or 0x68ECDB) is known color: Turquoise Blue. HEX triplet: 68, EC and DB. RGB value is (104,236,219). Sum of RGB (Red+Green+Blue) = 104+236+219=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 236 (92.58% from 255 or 42.22% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECDB is #971324. Grayscale: #C2C2C2. Windows color (decimal): -9900837 or 14412904. OLE color: 14412904.
HSL color Cylindrical-coordinate representation of color #68ECDB: hue angle of 172.27º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECDB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 219 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.07 |
| HSL | 172.27º | 0.78% | 0.67% | - |
| HSV(B) | 172.27º | 0.56% | 0.93% | - |
| XYZ | 48.49 | 68.05 | 77.6 | - |
| YUV | 194.59 | 141.77 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 219 | 0.56 | 0 | 0.07 | 0.07 | 172.27 | 0.78 | 0.67 |
| Hex | 68 | EC | DB | 38 | 0 | 7 | 7 | AC | 4E | 43 |
| Octal | 150 | 354 | 333 | 70 | 0 | 7 | 7 | 254 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11011011 | 111000 | 0 | 111 | 111 | 10101100 | 1001110 | 1000011 |
Color Harmonies of #68ECDB
Complementary color
Monochromatic Colors of #68ECDB
Black with #68ECDB
Text Example
Text Example
White with #68ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECDB; }
p { color: rgb(104,236,219); }
H1.HeaderClassName
{
color: #68ECDB;
}
.AnyTagClassName
{
color: #68ECDB;
}
</style>
background-color css
<style>
a { background-color: #68ECDB; }
a { background-color: rgb(104,236,219); }
div.DivClassName
{
background-color: #68ECDB;
}
.BgClassName
{
background-color: #68ECDB;
}
</style>
border-color css
<style>
span { border-color: #68ECDB; }
span { border-color: rgb(104,236,219); }
td.TdClassName
{
border-color: #68ECDB;
}
.TagClassName
{
border-color: #68ECDB;
}
</style>