Shades of Turquoise Blue #68D1EB
Tints of Turquoise Blue #68D1EB
RGB
CMYK
RGB Variations
Color information
#68D1EB (or 0x68D1EB) is known color: Turquoise Blue. HEX triplet: 68, D1 and EB. RGB value is (104,209,235). Sum of RGB (Red+Green+Blue) = 104+209+235=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #68D1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D1EB is #972E14. Grayscale: #B4B4B4. Windows color (decimal): -9907733 or 15454568. OLE color: 15454568.
HSL color Cylindrical-coordinate representation of color #68D1EB: hue angle of 191.91º 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 #68D1EB is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 209 | 235 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.08 |
| HSL | 191.91º | 0.77% | 0.66% | - |
| HSV(B) | 191.91º | 0.56% | 0.92% | - |
| XYZ | 43.5 | 54.54 | 86.83 | - |
| YUV | 180.57 | 158.71 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 235 | 0.56 | 0.11 | 0 | 0.08 | 191.91 | 0.77 | 0.66 |
| Hex | 68 | D1 | EB | 38 | B | 0 | 8 | C0 | 4D | 42 |
| Octal | 150 | 321 | 353 | 70 | 13 | 0 | 10 | 300 | 115 | 102 |
| Binary | 1101000 | 11010001 | 11101011 | 111000 | 1011 | 0 | 1000 | 11000000 | 1001101 | 1000010 |
Color Harmonies of #68D1EB
Complementary color
Monochromatic Colors of #68D1EB
Black with #68D1EB
Text Example
Text Example
White with #68D1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D1EB; }
p { color: rgb(104,209,235); }
H1.HeaderClassName
{
color: #68D1EB;
}
.AnyTagClassName
{
color: #68D1EB;
}
</style>
background-color css
<style>
a { background-color: #68D1EB; }
a { background-color: rgb(104,209,235); }
div.DivClassName
{
background-color: #68D1EB;
}
.BgClassName
{
background-color: #68D1EB;
}
</style>
border-color css
<style>
span { border-color: #68D1EB; }
span { border-color: rgb(104,209,235); }
td.TdClassName
{
border-color: #68D1EB;
}
.TagClassName
{
border-color: #68D1EB;
}
</style>