Shades of Turquoise Blue #68EFEB
Tints of Turquoise Blue #68EFEB
RGB
CMYK
RGB Variations
Color information
#68EFEB (or 0x68EFEB) is known color: Turquoise Blue. HEX triplet: 68, EF and EB. RGB value is (104,239,235). Sum of RGB (Red+Green+Blue) = 104+239+235=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFEB is #971014. Grayscale: #C6C6C6. Windows color (decimal): -9900053 or 15462248. OLE color: 15462248.
HSL color Cylindrical-coordinate representation of color #68EFEB: hue angle of 178.22º 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 #68EFEB is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 235 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.06 |
| HSL | 178.22º | 0.81% | 0.67% | - |
| HSV(B) | 178.22º | 0.56% | 0.94% | - |
| XYZ | 51.57 | 70.67 | 89.52 | - |
| YUV | 198.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 235 | 0.56 | 0 | 0.02 | 0.06 | 178.22 | 0.81 | 0.67 |
| Hex | 68 | EF | EB | 38 | 0 | 2 | 6 | B2 | 51 | 43 |
| Octal | 150 | 357 | 353 | 70 | 0 | 2 | 6 | 262 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11101011 | 111000 | 0 | 10 | 110 | 10110010 | 1010001 | 1000011 |
Color Harmonies of #68EFEB
Complementary color
Monochromatic Colors of #68EFEB
Black with #68EFEB
Text Example
Text Example
White with #68EFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFEB; }
p { color: rgb(104,239,235); }
H1.HeaderClassName
{
color: #68EFEB;
}
.AnyTagClassName
{
color: #68EFEB;
}
</style>
background-color css
<style>
a { background-color: #68EFEB; }
a { background-color: rgb(104,239,235); }
div.DivClassName
{
background-color: #68EFEB;
}
.BgClassName
{
background-color: #68EFEB;
}
</style>
border-color css
<style>
span { border-color: #68EFEB; }
span { border-color: rgb(104,239,235); }
td.TdClassName
{
border-color: #68EFEB;
}
.TagClassName
{
border-color: #68EFEB;
}
</style>