Shades of Turquoise Blue #68E5D6
Tints of Turquoise Blue #68E5D6
RGB
CMYK
RGB Variations
Color information
#68E5D6 (or 0x68E5D6) is known color: Turquoise Blue. HEX triplet: 68, E5 and D6. RGB value is (104,229,214). Sum of RGB (Red+Green+Blue) = 104+229+214=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #68E5D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E5D6 is #971A29. Grayscale: #BDBDBD. Windows color (decimal): -9902634 or 14083432. OLE color: 14083432.
HSL color Cylindrical-coordinate representation of color #68E5D6: hue angle of 172.8º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E5D6 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 229 | 214 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.10 |
| HSL | 172.8º | 0.71% | 0.65% | - |
| HSV(B) | 172.8º | 0.55% | 0.9% | - |
| XYZ | 45.87 | 63.84 | 73.52 | - |
| YUV | 189.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 229 | 214 | 0.55 | 0 | 0.07 | 0.10 | 172.8 | 0.71 | 0.65 |
| Hex | 68 | E5 | D6 | 37 | 0 | 7 | A | AD | 47 | 41 |
| Octal | 150 | 345 | 326 | 67 | 0 | 7 | 12 | 255 | 107 | 101 |
| Binary | 1101000 | 11100101 | 11010110 | 110111 | 0 | 111 | 1010 | 10101101 | 1000111 | 1000001 |
Color Harmonies of #68E5D6
Complementary color
Monochromatic Colors of #68E5D6
Black with #68E5D6
Text Example
Text Example
White with #68E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E5D6; }
p { color: rgb(104,229,214); }
H1.HeaderClassName
{
color: #68E5D6;
}
.AnyTagClassName
{
color: #68E5D6;
}
</style>
background-color css
<style>
a { background-color: #68E5D6; }
a { background-color: rgb(104,229,214); }
div.DivClassName
{
background-color: #68E5D6;
}
.BgClassName
{
background-color: #68E5D6;
}
</style>
border-color css
<style>
span { border-color: #68E5D6; }
span { border-color: rgb(104,229,214); }
td.TdClassName
{
border-color: #68E5D6;
}
.TagClassName
{
border-color: #68E5D6;
}
</style>