Shades of Turquoise Blue #68DBFF
Tints of Turquoise Blue #68DBFF
RGB
CMYK
RGB Variations
Color information
#68DBFF (or 0x68DBFF) is known color: Turquoise Blue. HEX triplet: 68, DB and FF. RGB value is (104,219,255). Sum of RGB (Red+Green+Blue) = 104+219+255=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #68DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBFF is #972400. Grayscale: #BCBCBC. Windows color (decimal): -9905153 or 16767848. OLE color: 16767848.
HSL color Cylindrical-coordinate representation of color #68DBFF: hue angle of 194.3º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DBFF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 219 | 255 | - |
| CMYK | 0.59 | 0.14 | 0 | 0 |
| HSL | 194.3º | 1% | 0.7% | - |
| HSV(B) | 194.3º | 0.59% | 1% | - |
| XYZ | 49.09 | 60.83 | 103.76 | - |
| YUV | 188.72 | 165.4 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 255 | 0.59 | 0.14 | 0 | 0 | 194.3 | 1 | 0.7 |
| Hex | 68 | DB | FF | 3B | E | 0 | 0 | C2 | 64 | 46 |
| Octal | 150 | 333 | 377 | 73 | 16 | 0 | 0 | 302 | 144 | 106 |
| Binary | 1101000 | 11011011 | 11111111 | 111011 | 1110 | 0 | 0 | 11000010 | 1100100 | 1000110 |
Color Harmonies of #68DBFF
Complementary color
Monochromatic Colors of #68DBFF
Black with #68DBFF
Text Example
Text Example
White with #68DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBFF; }
p { color: rgb(104,219,255); }
H1.HeaderClassName
{
color: #68DBFF;
}
.AnyTagClassName
{
color: #68DBFF;
}
</style>
background-color css
<style>
a { background-color: #68DBFF; }
a { background-color: rgb(104,219,255); }
div.DivClassName
{
background-color: #68DBFF;
}
.BgClassName
{
background-color: #68DBFF;
}
</style>
border-color css
<style>
span { border-color: #68DBFF; }
span { border-color: rgb(104,219,255); }
td.TdClassName
{
border-color: #68DBFF;
}
.TagClassName
{
border-color: #68DBFF;
}
</style>