Shades of Turquoise Blue #68ECD9
Tints of Turquoise Blue #68ECD9
RGB
CMYK
RGB Variations
Color information
#68ECD9 (or 0x68ECD9) is known color: Turquoise Blue. HEX triplet: 68, EC and D9. RGB value is (104,236,217). Sum of RGB (Red+Green+Blue) = 104+236+217=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECD9 is #971326. Grayscale: #C2C2C2. Windows color (decimal): -9900839 or 14281832. OLE color: 14281832.
HSL color Cylindrical-coordinate representation of color #68ECD9: hue angle of 171.36º 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 #68ECD9 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 217 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.36º | 0.78% | 0.67% | - |
| HSV(B) | 171.36º | 0.56% | 0.93% | - |
| XYZ | 48.23 | 67.94 | 76.22 | - |
| YUV | 194.37 | 140.77 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 217 | 0.56 | 0 | 0.08 | 0.07 | 171.36 | 0.78 | 0.67 |
| Hex | 68 | EC | D9 | 38 | 0 | 8 | 7 | AB | 4E | 43 |
| Octal | 150 | 354 | 331 | 70 | 0 | 10 | 7 | 253 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11011001 | 111000 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000011 |
Color Harmonies of #68ECD9
Complementary color
Monochromatic Colors of #68ECD9
Black with #68ECD9
Text Example
Text Example
White with #68ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECD9; }
p { color: rgb(104,236,217); }
H1.HeaderClassName
{
color: #68ECD9;
}
.AnyTagClassName
{
color: #68ECD9;
}
</style>
background-color css
<style>
a { background-color: #68ECD9; }
a { background-color: rgb(104,236,217); }
div.DivClassName
{
background-color: #68ECD9;
}
.BgClassName
{
background-color: #68ECD9;
}
</style>
border-color css
<style>
span { border-color: #68ECD9; }
span { border-color: rgb(104,236,217); }
td.TdClassName
{
border-color: #68ECD9;
}
.TagClassName
{
border-color: #68ECD9;
}
</style>