Shades of Turquoise Blue #68DBF8
Tints of Turquoise Blue #68DBF8
RGB
CMYK
RGB Variations
Color information
#68DBF8 (or 0x68DBF8) is known color: Turquoise Blue. HEX triplet: 68, DB and F8. RGB value is (104,219,248). Sum of RGB (Red+Green+Blue) = 104+219+248=571 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.21% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #68DBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBF8 is #972407. Grayscale: #BBBBBB. Windows color (decimal): -9905160 or 16309096. OLE color: 16309096.
HSL color Cylindrical-coordinate representation of color #68DBF8: hue angle of 192.08º 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 #68DBF8 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 219 | 248 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.03 |
| HSL | 192.08º | 0.91% | 0.69% | - |
| HSV(B) | 192.08º | 0.58% | 0.97% | - |
| XYZ | 47.98 | 60.38 | 97.93 | - |
| YUV | 187.92 | 161.9 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 248 | 0.58 | 0.12 | 0 | 0.03 | 192.08 | 0.91 | 0.69 |
| Hex | 68 | DB | F8 | 3A | C | 0 | 3 | C0 | 5B | 45 |
| Octal | 150 | 333 | 370 | 72 | 14 | 0 | 3 | 300 | 133 | 105 |
| Binary | 1101000 | 11011011 | 11111000 | 111010 | 1100 | 0 | 11 | 11000000 | 1011011 | 1000101 |
Color Harmonies of #68DBF8
Complementary color
Monochromatic Colors of #68DBF8
Black with #68DBF8
Text Example
Text Example
White with #68DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBF8; }
p { color: rgb(104,219,248); }
H1.HeaderClassName
{
color: #68DBF8;
}
.AnyTagClassName
{
color: #68DBF8;
}
</style>
background-color css
<style>
a { background-color: #68DBF8; }
a { background-color: rgb(104,219,248); }
div.DivClassName
{
background-color: #68DBF8;
}
.BgClassName
{
background-color: #68DBF8;
}
</style>
border-color css
<style>
span { border-color: #68DBF8; }
span { border-color: rgb(104,219,248); }
td.TdClassName
{
border-color: #68DBF8;
}
.TagClassName
{
border-color: #68DBF8;
}
</style>