Shades of Turquoise Blue #68DAF7
Tints of Turquoise Blue #68DAF7
RGB
CMYK
RGB Variations
Color information
#68DAF7 (or 0x68DAF7) is known color: Turquoise Blue. HEX triplet: 68, DA and F7. RGB value is (104,218,247). Sum of RGB (Red+Green+Blue) = 104+218+247=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 247 (96.88% from 255 or 43.41% from 569); Max value from RGB is 247 - color contains mainly: blue. Hex color #68DAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF7 is #972508. Grayscale: #BABABA. Windows color (decimal): -9905417 or 16243304. OLE color: 16243304.
HSL color Cylindrical-coordinate representation of color #68DAF7: hue angle of 192.17º 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 #68DAF7 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 218 | 247 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.03 |
| HSL | 192.17º | 0.9% | 0.69% | - |
| HSV(B) | 192.17º | 0.58% | 0.97% | - |
| XYZ | 47.57 | 59.8 | 97.03 | - |
| YUV | 187.22 | 161.73 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 247 | 0.58 | 0.12 | 0 | 0.03 | 192.17 | 0.9 | 0.69 |
| Hex | 68 | DA | F7 | 3A | C | 0 | 3 | C0 | 5A | 45 |
| Octal | 150 | 332 | 367 | 72 | 14 | 0 | 3 | 300 | 132 | 105 |
| Binary | 1101000 | 11011010 | 11110111 | 111010 | 1100 | 0 | 11 | 11000000 | 1011010 | 1000101 |
Color Harmonies of #68DAF7
Complementary color
Monochromatic Colors of #68DAF7
Black with #68DAF7
Text Example
Text Example
White with #68DAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAF7; }
p { color: rgb(104,218,247); }
H1.HeaderClassName
{
color: #68DAF7;
}
.AnyTagClassName
{
color: #68DAF7;
}
</style>
background-color css
<style>
a { background-color: #68DAF7; }
a { background-color: rgb(104,218,247); }
div.DivClassName
{
background-color: #68DAF7;
}
.BgClassName
{
background-color: #68DAF7;
}
</style>
border-color css
<style>
span { border-color: #68DAF7; }
span { border-color: rgb(104,218,247); }
td.TdClassName
{
border-color: #68DAF7;
}
.TagClassName
{
border-color: #68DAF7;
}
</style>