Shades of Turquoise Blue #68D3EB
Tints of Turquoise Blue #68D3EB
RGB
CMYK
RGB Variations
Color information
#68D3EB (or 0x68D3EB) is known color: Turquoise Blue. HEX triplet: 68, D3 and EB. RGB value is (104,211,235). Sum of RGB (Red+Green+Blue) = 104+211+235=550 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.91% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #68D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3EB is #972C14. Grayscale: #B5B5B5. Windows color (decimal): -9907221 or 15455080. OLE color: 15455080.
HSL color Cylindrical-coordinate representation of color #68D3EB: hue angle of 190.99º 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 #68D3EB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 211 | 235 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.08 |
| HSL | 190.99º | 0.77% | 0.66% | - |
| HSV(B) | 190.99º | 0.56% | 0.92% | - |
| XYZ | 44 | 55.53 | 87 | - |
| YUV | 181.74 | 158.05 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 235 | 0.56 | 0.10 | 0 | 0.08 | 190.99 | 0.77 | 0.66 |
| Hex | 68 | D3 | EB | 38 | A | 0 | 8 | BF | 4D | 42 |
| Octal | 150 | 323 | 353 | 70 | 12 | 0 | 10 | 277 | 115 | 102 |
| Binary | 1101000 | 11010011 | 11101011 | 111000 | 1010 | 0 | 1000 | 10111111 | 1001101 | 1000010 |
Color Harmonies of #68D3EB
Complementary color
Monochromatic Colors of #68D3EB
Black with #68D3EB
Text Example
Text Example
White with #68D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3EB; }
p { color: rgb(104,211,235); }
H1.HeaderClassName
{
color: #68D3EB;
}
.AnyTagClassName
{
color: #68D3EB;
}
</style>
background-color css
<style>
a { background-color: #68D3EB; }
a { background-color: rgb(104,211,235); }
div.DivClassName
{
background-color: #68D3EB;
}
.BgClassName
{
background-color: #68D3EB;
}
</style>
border-color css
<style>
span { border-color: #68D3EB; }
span { border-color: rgb(104,211,235); }
td.TdClassName
{
border-color: #68D3EB;
}
.TagClassName
{
border-color: #68D3EB;
}
</style>