Shades of Turquoise Blue #68EAD7
Tints of Turquoise Blue #68EAD7
RGB
CMYK
RGB Variations
Color information
#68EAD7 (or 0x68EAD7) is known color: Turquoise Blue. HEX triplet: 68, EA and D7. RGB value is (104,234,215). Sum of RGB (Red+Green+Blue) = 104+234+215=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EAD7 is #971528. Grayscale: #C0C0C0. Windows color (decimal): -9901353 or 14150248. OLE color: 14150248.
HSL color Cylindrical-coordinate representation of color #68EAD7: hue angle of 171.23º 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 #68EAD7 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 215 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.08 |
| HSL | 171.23º | 0.76% | 0.66% | - |
| HSV(B) | 171.23º | 0.56% | 0.92% | - |
| XYZ | 47.4 | 66.69 | 74.67 | - |
| YUV | 192.96 | 140.43 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 215 | 0.56 | 0 | 0.08 | 0.08 | 171.23 | 0.76 | 0.66 |
| Hex | 68 | EA | D7 | 38 | 0 | 8 | 8 | AB | 4C | 42 |
| Octal | 150 | 352 | 327 | 70 | 0 | 10 | 10 | 253 | 114 | 102 |
| Binary | 1101000 | 11101010 | 11010111 | 111000 | 0 | 1000 | 1000 | 10101011 | 1001100 | 1000010 |
Color Harmonies of #68EAD7
Complementary color
Monochromatic Colors of #68EAD7
Black with #68EAD7
Text Example
Text Example
White with #68EAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAD7; }
p { color: rgb(104,234,215); }
H1.HeaderClassName
{
color: #68EAD7;
}
.AnyTagClassName
{
color: #68EAD7;
}
</style>
background-color css
<style>
a { background-color: #68EAD7; }
a { background-color: rgb(104,234,215); }
div.DivClassName
{
background-color: #68EAD7;
}
.BgClassName
{
background-color: #68EAD7;
}
</style>
border-color css
<style>
span { border-color: #68EAD7; }
span { border-color: rgb(104,234,215); }
td.TdClassName
{
border-color: #68EAD7;
}
.TagClassName
{
border-color: #68EAD7;
}
</style>