Shades of Turquoise Blue #68DAF8
Tints of Turquoise Blue #68DAF8
RGB
CMYK
RGB Variations
Color information
#68DAF8 (or 0x68DAF8) is known color: Turquoise Blue. HEX triplet: 68, DA and F8. RGB value is (104,218,248). Sum of RGB (Red+Green+Blue) = 104+218+248=570 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.25% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #68DAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF8 is #972507. Grayscale: #BBBBBB. Windows color (decimal): -9905416 or 16308840. OLE color: 16308840.
HSL color Cylindrical-coordinate representation of color #68DAF8: hue angle of 192.5º degrees, saturation: 0.91, 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 #68DAF8 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 218 | 248 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.03 |
| HSL | 192.5º | 0.91% | 0.69% | - |
| HSV(B) | 192.5º | 0.58% | 0.97% | - |
| XYZ | 47.72 | 59.86 | 97.85 | - |
| YUV | 187.33 | 162.23 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 248 | 0.58 | 0.12 | 0 | 0.03 | 192.5 | 0.91 | 0.69 |
| Hex | 68 | DA | F8 | 3A | C | 0 | 3 | C0 | 5B | 45 |
| Octal | 150 | 332 | 370 | 72 | 14 | 0 | 3 | 300 | 133 | 105 |
| Binary | 1101000 | 11011010 | 11111000 | 111010 | 1100 | 0 | 11 | 11000000 | 1011011 | 1000101 |
Color Harmonies of #68DAF8
Complementary color
Monochromatic Colors of #68DAF8
Black with #68DAF8
Text Example
Text Example
White with #68DAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAF8; }
p { color: rgb(104,218,248); }
H1.HeaderClassName
{
color: #68DAF8;
}
.AnyTagClassName
{
color: #68DAF8;
}
</style>
background-color css
<style>
a { background-color: #68DAF8; }
a { background-color: rgb(104,218,248); }
div.DivClassName
{
background-color: #68DAF8;
}
.BgClassName
{
background-color: #68DAF8;
}
</style>
border-color css
<style>
span { border-color: #68DAF8; }
span { border-color: rgb(104,218,248); }
td.TdClassName
{
border-color: #68DAF8;
}
.TagClassName
{
border-color: #68DAF8;
}
</style>