Shades of Turquoise Blue #68ECEB
Tints of Turquoise Blue #68ECEB
RGB
CMYK
RGB Variations
Color information
#68ECEB (or 0x68ECEB) is known color: Turquoise Blue. HEX triplet: 68, EC and EB. RGB value is (104,236,235). Sum of RGB (Red+Green+Blue) = 104+236+235=575 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.09% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECEB is #971314. Grayscale: #C4C4C4. Windows color (decimal): -9900821 or 15461480. OLE color: 15461480.
HSL color Cylindrical-coordinate representation of color #68ECEB: hue angle of 179.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECEB is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 235 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.07 |
| HSL | 179.55º | 0.78% | 0.67% | - |
| HSV(B) | 179.55º | 0.56% | 0.93% | - |
| XYZ | 50.7 | 68.93 | 89.23 | - |
| YUV | 196.42 | 149.77 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 235 | 0.56 | 0 | 0.00 | 0.07 | 179.55 | 0.78 | 0.67 |
| Hex | 68 | EC | EB | 38 | 0 | 0 | 7 | B4 | 4E | 43 |
| Octal | 150 | 354 | 353 | 70 | 0 | 0 | 7 | 264 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11101011 | 111000 | 0 | 0 | 111 | 10110100 | 1001110 | 1000011 |
Color Harmonies of #68ECEB
Complementary color
Monochromatic Colors of #68ECEB
Black with #68ECEB
Text Example
Text Example
White with #68ECEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECEB; }
p { color: rgb(104,236,235); }
H1.HeaderClassName
{
color: #68ECEB;
}
.AnyTagClassName
{
color: #68ECEB;
}
</style>
background-color css
<style>
a { background-color: #68ECEB; }
a { background-color: rgb(104,236,235); }
div.DivClassName
{
background-color: #68ECEB;
}
.BgClassName
{
background-color: #68ECEB;
}
</style>
border-color css
<style>
span { border-color: #68ECEB; }
span { border-color: rgb(104,236,235); }
td.TdClassName
{
border-color: #68ECEB;
}
.TagClassName
{
border-color: #68ECEB;
}
</style>