Shades of Turquoise Blue #68E8EB
Tints of Turquoise Blue #68E8EB
RGB
CMYK
RGB Variations
Color information
#68E8EB (or 0x68E8EB) is known color: Turquoise Blue. HEX triplet: 68, E8 and EB. RGB value is (104,232,235). Sum of RGB (Red+Green+Blue) = 104+232+235=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #68E8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8EB is #971714. Grayscale: #C1C1C1. Windows color (decimal): -9901845 or 15460456. OLE color: 15460456.
HSL color Cylindrical-coordinate representation of color #68E8EB: hue angle of 181.37º degrees, saturation: 0.77, 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 #68E8EB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 232 | 235 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.08 |
| HSL | 181.37º | 0.77% | 0.66% | - |
| HSV(B) | 181.37º | 0.56% | 0.92% | - |
| XYZ | 49.56 | 66.65 | 88.85 | - |
| YUV | 194.07 | 151.09 | 63.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 235 | 0.56 | 0.01 | 0 | 0.08 | 181.37 | 0.77 | 0.66 |
| Hex | 68 | E8 | EB | 38 | 1 | 0 | 8 | B5 | 4D | 42 |
| Octal | 150 | 350 | 353 | 70 | 1 | 0 | 10 | 265 | 115 | 102 |
| Binary | 1101000 | 11101000 | 11101011 | 111000 | 1 | 0 | 1000 | 10110101 | 1001101 | 1000010 |
Color Harmonies of #68E8EB
Complementary color
Monochromatic Colors of #68E8EB
Black with #68E8EB
Text Example
Text Example
White with #68E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8EB; }
p { color: rgb(104,232,235); }
H1.HeaderClassName
{
color: #68E8EB;
}
.AnyTagClassName
{
color: #68E8EB;
}
</style>
background-color css
<style>
a { background-color: #68E8EB; }
a { background-color: rgb(104,232,235); }
div.DivClassName
{
background-color: #68E8EB;
}
.BgClassName
{
background-color: #68E8EB;
}
</style>
border-color css
<style>
span { border-color: #68E8EB; }
span { border-color: rgb(104,232,235); }
td.TdClassName
{
border-color: #68E8EB;
}
.TagClassName
{
border-color: #68E8EB;
}
</style>