Shades of Turquoise Blue #68E9D7
Tints of Turquoise Blue #68E9D7
RGB
CMYK
RGB Variations
Color information
#68E9D7 (or 0x68E9D7) is known color: Turquoise Blue. HEX triplet: 68, E9 and D7. RGB value is (104,233,215). Sum of RGB (Red+Green+Blue) = 104+233+215=552 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.84% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 215 (84.38% from 255 or 38.95% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9D7 is #971628. Grayscale: #C0C0C0. Windows color (decimal): -9901609 or 14149992. OLE color: 14149992.
HSL color Cylindrical-coordinate representation of color #68E9D7: hue angle of 171.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9D7 is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 215 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.09 |
| HSL | 171.63º | 0.75% | 0.66% | - |
| HSV(B) | 171.63º | 0.55% | 0.91% | - |
| XYZ | 47.11 | 66.13 | 74.57 | - |
| YUV | 192.38 | 140.76 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 215 | 0.55 | 0 | 0.08 | 0.09 | 171.63 | 0.75 | 0.66 |
| Hex | 68 | E9 | D7 | 37 | 0 | 8 | 9 | AC | 4B | 42 |
| Octal | 150 | 351 | 327 | 67 | 0 | 10 | 11 | 254 | 113 | 102 |
| Binary | 1101000 | 11101001 | 11010111 | 110111 | 0 | 1000 | 1001 | 10101100 | 1001011 | 1000010 |
Color Harmonies of #68E9D7
Complementary color
Monochromatic Colors of #68E9D7
Black with #68E9D7
Text Example
Text Example
White with #68E9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9D7; }
p { color: rgb(104,233,215); }
H1.HeaderClassName
{
color: #68E9D7;
}
.AnyTagClassName
{
color: #68E9D7;
}
</style>
background-color css
<style>
a { background-color: #68E9D7; }
a { background-color: rgb(104,233,215); }
div.DivClassName
{
background-color: #68E9D7;
}
.BgClassName
{
background-color: #68E9D7;
}
</style>
border-color css
<style>
span { border-color: #68E9D7; }
span { border-color: rgb(104,233,215); }
td.TdClassName
{
border-color: #68E9D7;
}
.TagClassName
{
border-color: #68E9D7;
}
</style>