Shades of Turquoise Blue #68E7DA
Tints of Turquoise Blue #68E7DA
RGB
CMYK
RGB Variations
Color information
#68E7DA (or 0x68E7DA) is known color: Turquoise Blue. HEX triplet: 68, E7 and DA. RGB value is (104,231,218). Sum of RGB (Red+Green+Blue) = 104+231+218=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E7DA is #971825. Grayscale: #BFBFBF. Windows color (decimal): -9902118 or 14346088. OLE color: 14346088.
HSL color Cylindrical-coordinate representation of color #68E7DA: hue angle of 173.86º degrees, saturation: 0.73, 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 #68E7DA is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 218 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.09 |
| HSL | 173.86º | 0.73% | 0.66% | - |
| HSV(B) | 173.86º | 0.55% | 0.91% | - |
| XYZ | 46.94 | 65.16 | 76.43 | - |
| YUV | 191.55 | 142.92 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 218 | 0.55 | 0 | 0.06 | 0.09 | 173.86 | 0.73 | 0.66 |
| Hex | 68 | E7 | DA | 37 | 0 | 6 | 9 | AE | 49 | 42 |
| Octal | 150 | 347 | 332 | 67 | 0 | 6 | 11 | 256 | 111 | 102 |
| Binary | 1101000 | 11100111 | 11011010 | 110111 | 0 | 110 | 1001 | 10101110 | 1001001 | 1000010 |
Color Harmonies of #68E7DA
Complementary color
Monochromatic Colors of #68E7DA
Black with #68E7DA
Text Example
Text Example
White with #68E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E7DA; }
p { color: rgb(104,231,218); }
H1.HeaderClassName
{
color: #68E7DA;
}
.AnyTagClassName
{
color: #68E7DA;
}
</style>
background-color css
<style>
a { background-color: #68E7DA; }
a { background-color: rgb(104,231,218); }
div.DivClassName
{
background-color: #68E7DA;
}
.BgClassName
{
background-color: #68E7DA;
}
</style>
border-color css
<style>
span { border-color: #68E7DA; }
span { border-color: rgb(104,231,218); }
td.TdClassName
{
border-color: #68E7DA;
}
.TagClassName
{
border-color: #68E7DA;
}
</style>