Shades of Turquoise Blue #68D8F7
Tints of Turquoise Blue #68D8F7
RGB
CMYK
RGB Variations
Color information
#68D8F7 (or 0x68D8F7) is known color: Turquoise Blue. HEX triplet: 68, D8 and F7. RGB value is (104,216,247). Sum of RGB (Red+Green+Blue) = 104+216+247=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 216 (84.77% from 255 or 38.10% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #68D8F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D8F7 is #972708. Grayscale: #B9B9B9. Windows color (decimal): -9905929 or 16242792. OLE color: 16242792.
HSL color Cylindrical-coordinate representation of color #68D8F7: hue angle of 193.01º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68D8F7 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 216 | 247 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.03 |
| HSL | 193.01º | 0.9% | 0.69% | - |
| HSV(B) | 193.01º | 0.58% | 0.97% | - |
| XYZ | 47.05 | 58.77 | 96.86 | - |
| YUV | 186.05 | 162.39 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 247 | 0.58 | 0.13 | 0 | 0.03 | 193.01 | 0.9 | 0.69 |
| Hex | 68 | D8 | F7 | 3A | D | 0 | 3 | C1 | 5A | 45 |
| Octal | 150 | 330 | 367 | 72 | 15 | 0 | 3 | 301 | 132 | 105 |
| Binary | 1101000 | 11011000 | 11110111 | 111010 | 1101 | 0 | 11 | 11000001 | 1011010 | 1000101 |
Color Harmonies of #68D8F7
Complementary color
Monochromatic Colors of #68D8F7
Black with #68D8F7
Text Example
Text Example
White with #68D8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D8F7; }
p { color: rgb(104,216,247); }
H1.HeaderClassName
{
color: #68D8F7;
}
.AnyTagClassName
{
color: #68D8F7;
}
</style>
background-color css
<style>
a { background-color: #68D8F7; }
a { background-color: rgb(104,216,247); }
div.DivClassName
{
background-color: #68D8F7;
}
.BgClassName
{
background-color: #68D8F7;
}
</style>
border-color css
<style>
span { border-color: #68D8F7; }
span { border-color: rgb(104,216,247); }
td.TdClassName
{
border-color: #68D8F7;
}
.TagClassName
{
border-color: #68D8F7;
}
</style>