Shades of Turquoise Blue #68E4DE
Tints of Turquoise Blue #68E4DE
RGB
CMYK
RGB Variations
Color information
#68E4DE (or 0x68E4DE) is known color: Turquoise Blue. HEX triplet: 68, E4 and DE. RGB value is (104,228,222). Sum of RGB (Red+Green+Blue) = 104+228+222=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #68E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E4DE is #971B21. Grayscale: #BEBEBE. Windows color (decimal): -9902882 or 14607464. OLE color: 14607464.
HSL color Cylindrical-coordinate representation of color #68E4DE: hue angle of 177.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E4DE is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 228 | 222 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.11 |
| HSL | 177.1º | 0.7% | 0.65% | - |
| HSV(B) | 177.1º | 0.54% | 0.89% | - |
| XYZ | 46.64 | 63.7 | 78.95 | - |
| YUV | 190.24 | 145.92 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 222 | 0.54 | 0 | 0.03 | 0.11 | 177.1 | 0.7 | 0.65 |
| Hex | 68 | E4 | DE | 36 | 0 | 3 | B | B1 | 46 | 41 |
| Octal | 150 | 344 | 336 | 66 | 0 | 3 | 13 | 261 | 106 | 101 |
| Binary | 1101000 | 11100100 | 11011110 | 110110 | 0 | 11 | 1011 | 10110001 | 1000110 | 1000001 |
Color Harmonies of #68E4DE
Complementary color
Monochromatic Colors of #68E4DE
Black with #68E4DE
Text Example
Text Example
White with #68E4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E4DE; }
p { color: rgb(104,228,222); }
H1.HeaderClassName
{
color: #68E4DE;
}
.AnyTagClassName
{
color: #68E4DE;
}
</style>
background-color css
<style>
a { background-color: #68E4DE; }
a { background-color: rgb(104,228,222); }
div.DivClassName
{
background-color: #68E4DE;
}
.BgClassName
{
background-color: #68E4DE;
}
</style>
border-color css
<style>
span { border-color: #68E4DE; }
span { border-color: rgb(104,228,222); }
td.TdClassName
{
border-color: #68E4DE;
}
.TagClassName
{
border-color: #68E4DE;
}
</style>