Shades of Turquoise Blue #68DAF9
Tints of Turquoise Blue #68DAF9
RGB
CMYK
RGB Variations
Color information
#68DAF9 (or 0x68DAF9) is known color: Turquoise Blue. HEX triplet: 68, DA and F9. RGB value is (104,218,249). Sum of RGB (Red+Green+Blue) = 104+218+249=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #68DAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF9 is #972506. Grayscale: #BBBBBB. Windows color (decimal): -9905415 or 16374376. OLE color: 16374376.
HSL color Cylindrical-coordinate representation of color #68DAF9: hue angle of 192.83º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DAF9 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 218 | 249 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.02 |
| HSL | 192.83º | 0.92% | 0.69% | - |
| HSV(B) | 192.83º | 0.58% | 0.98% | - |
| XYZ | 47.88 | 59.93 | 98.67 | - |
| YUV | 187.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 249 | 0.58 | 0.12 | 0 | 0.02 | 192.83 | 0.92 | 0.69 |
| Hex | 68 | DA | F9 | 3A | C | 0 | 2 | C1 | 5C | 45 |
| Octal | 150 | 332 | 371 | 72 | 14 | 0 | 2 | 301 | 134 | 105 |
| Binary | 1101000 | 11011010 | 11111001 | 111010 | 1100 | 0 | 10 | 11000001 | 1011100 | 1000101 |
Color Harmonies of #68DAF9
Complementary color
Monochromatic Colors of #68DAF9
Black with #68DAF9
Text Example
Text Example
White with #68DAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAF9; }
p { color: rgb(104,218,249); }
H1.HeaderClassName
{
color: #68DAF9;
}
.AnyTagClassName
{
color: #68DAF9;
}
</style>
background-color css
<style>
a { background-color: #68DAF9; }
a { background-color: rgb(104,218,249); }
div.DivClassName
{
background-color: #68DAF9;
}
.BgClassName
{
background-color: #68DAF9;
}
</style>
border-color css
<style>
span { border-color: #68DAF9; }
span { border-color: rgb(104,218,249); }
td.TdClassName
{
border-color: #68DAF9;
}
.TagClassName
{
border-color: #68DAF9;
}
</style>