Shades of Turquoise Blue #68D0EB
Tints of Turquoise Blue #68D0EB
RGB
CMYK
RGB Variations
Color information
#68D0EB (or 0x68D0EB) is known color: Turquoise Blue. HEX triplet: 68, D0 and EB. RGB value is (104,208,235). Sum of RGB (Red+Green+Blue) = 104+208+235=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #68D0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D0EB is #972F14. Grayscale: #B3B3B3. Windows color (decimal): -9907989 or 15454312. OLE color: 15454312.
HSL color Cylindrical-coordinate representation of color #68D0EB: hue angle of 192.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 #68D0EB is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 208 | 235 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.08 |
| HSL | 192.37º | 0.77% | 0.66% | - |
| HSV(B) | 192.37º | 0.56% | 0.92% | - |
| XYZ | 43.26 | 54.05 | 86.75 | - |
| YUV | 179.98 | 159.04 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 235 | 0.56 | 0.11 | 0 | 0.08 | 192.37 | 0.77 | 0.66 |
| Hex | 68 | D0 | EB | 38 | B | 0 | 8 | C0 | 4D | 42 |
| Octal | 150 | 320 | 353 | 70 | 13 | 0 | 10 | 300 | 115 | 102 |
| Binary | 1101000 | 11010000 | 11101011 | 111000 | 1011 | 0 | 1000 | 11000000 | 1001101 | 1000010 |
Color Harmonies of #68D0EB
Complementary color
Monochromatic Colors of #68D0EB
Black with #68D0EB
Text Example
Text Example
White with #68D0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0EB; }
p { color: rgb(104,208,235); }
H1.HeaderClassName
{
color: #68D0EB;
}
.AnyTagClassName
{
color: #68D0EB;
}
</style>
background-color css
<style>
a { background-color: #68D0EB; }
a { background-color: rgb(104,208,235); }
div.DivClassName
{
background-color: #68D0EB;
}
.BgClassName
{
background-color: #68D0EB;
}
</style>
border-color css
<style>
span { border-color: #68D0EB; }
span { border-color: rgb(104,208,235); }
td.TdClassName
{
border-color: #68D0EB;
}
.TagClassName
{
border-color: #68D0EB;
}
</style>