Shades of Turquoise Blue #68EAD9
Tints of Turquoise Blue #68EAD9
RGB
CMYK
RGB Variations
Color information
#68EAD9 (or 0x68EAD9) is known color: Turquoise Blue. HEX triplet: 68, EA and D9. RGB value is (104,234,217). Sum of RGB (Red+Green+Blue) = 104+234+217=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD9 is #971526. Grayscale: #C1C1C1. Windows color (decimal): -9901351 or 14281320. OLE color: 14281320.
HSL color Cylindrical-coordinate representation of color #68EAD9: hue angle of 172.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EAD9 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 217 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.08 |
| HSL | 172.15º | 0.76% | 0.66% | - |
| HSV(B) | 172.15º | 0.56% | 0.92% | - |
| XYZ | 47.66 | 66.8 | 76.03 | - |
| YUV | 193.19 | 141.43 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 217 | 0.56 | 0 | 0.07 | 0.08 | 172.15 | 0.76 | 0.66 |
| Hex | 68 | EA | D9 | 38 | 0 | 7 | 8 | AC | 4C | 42 |
| Octal | 150 | 352 | 331 | 70 | 0 | 7 | 10 | 254 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11011001 | 111000 | 0 | 111 | 1000 | 10101100 | 1001100 | 1000010 |
Color Harmonies of #68EAD9
Complementary color
Monochromatic Colors of #68EAD9
Black with #68EAD9
Text Example
Text Example
White with #68EAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAD9; }
p { color: rgb(104,234,217); }
H1.HeaderClassName
{
color: #68EAD9;
}
.AnyTagClassName
{
color: #68EAD9;
}
</style>
background-color css
<style>
a { background-color: #68EAD9; }
a { background-color: rgb(104,234,217); }
div.DivClassName
{
background-color: #68EAD9;
}
.BgClassName
{
background-color: #68EAD9;
}
</style>
border-color css
<style>
span { border-color: #68EAD9; }
span { border-color: rgb(104,234,217); }
td.TdClassName
{
border-color: #68EAD9;
}
.TagClassName
{
border-color: #68EAD9;
}
</style>