Shades of Turquoise Blue #68E8EF
Tints of Turquoise Blue #68E8EF
RGB
CMYK
RGB Variations
Color information
#68E8EF (or 0x68E8EF) is known color: Turquoise Blue. HEX triplet: 68, E8 and EF. RGB value is (104,232,239). Sum of RGB (Red+Green+Blue) = 104+232+239=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #68E8EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8EF is #971710. Grayscale: #C2C2C2. Windows color (decimal): -9901841 or 15722600. OLE color: 15722600.
HSL color Cylindrical-coordinate representation of color #68E8EF: hue angle of 183.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E8EF is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 232 | 239 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.06 |
| HSL | 183.11º | 0.81% | 0.67% | - |
| HSV(B) | 183.11º | 0.56% | 0.94% | - |
| XYZ | 50.15 | 66.89 | 91.93 | - |
| YUV | 194.53 | 153.09 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 239 | 0.56 | 0.03 | 0 | 0.06 | 183.11 | 0.81 | 0.67 |
| Hex | 68 | E8 | EF | 38 | 3 | 0 | 6 | B7 | 51 | 43 |
| Octal | 150 | 350 | 357 | 70 | 3 | 0 | 6 | 267 | 121 | 103 |
| Binary | 1101000 | 11101000 | 11101111 | 111000 | 11 | 0 | 110 | 10110111 | 1010001 | 1000011 |
Color Harmonies of #68E8EF
Complementary color
Monochromatic Colors of #68E8EF
Black with #68E8EF
Text Example
Text Example
White with #68E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8EF; }
p { color: rgb(104,232,239); }
H1.HeaderClassName
{
color: #68E8EF;
}
.AnyTagClassName
{
color: #68E8EF;
}
</style>
background-color css
<style>
a { background-color: #68E8EF; }
a { background-color: rgb(104,232,239); }
div.DivClassName
{
background-color: #68E8EF;
}
.BgClassName
{
background-color: #68E8EF;
}
</style>
border-color css
<style>
span { border-color: #68E8EF; }
span { border-color: rgb(104,232,239); }
td.TdClassName
{
border-color: #68E8EF;
}
.TagClassName
{
border-color: #68E8EF;
}
</style>