Shades of Turquoise Blue #68DCF9
Tints of Turquoise Blue #68DCF9
RGB
CMYK
RGB Variations
Color information
#68DCF9 (or 0x68DCF9) is known color: Turquoise Blue. HEX triplet: 68, DC and F9. RGB value is (104,220,249). Sum of RGB (Red+Green+Blue) = 104+220+249=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #68DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCF9 is #972306. Grayscale: #BCBCBC. Windows color (decimal): -9904903 or 16374888. OLE color: 16374888.
HSL color Cylindrical-coordinate representation of color #68DCF9: hue angle of 192º 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 #68DCF9 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 220 | 249 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.02 |
| HSL | 192º | 0.92% | 0.69% | - |
| HSV(B) | 192º | 0.58% | 0.98% | - |
| XYZ | 48.4 | 60.97 | 98.84 | - |
| YUV | 188.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 249 | 0.58 | 0.12 | 0 | 0.02 | 192 | 0.92 | 0.69 |
| Hex | 68 | DC | F9 | 3A | C | 0 | 2 | C0 | 5C | 45 |
| Octal | 150 | 334 | 371 | 72 | 14 | 0 | 2 | 300 | 134 | 105 |
| Binary | 1101000 | 11011100 | 11111001 | 111010 | 1100 | 0 | 10 | 11000000 | 1011100 | 1000101 |
Color Harmonies of #68DCF9
Complementary color
Monochromatic Colors of #68DCF9
Black with #68DCF9
Text Example
Text Example
White with #68DCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCF9; }
p { color: rgb(104,220,249); }
H1.HeaderClassName
{
color: #68DCF9;
}
.AnyTagClassName
{
color: #68DCF9;
}
</style>
background-color css
<style>
a { background-color: #68DCF9; }
a { background-color: rgb(104,220,249); }
div.DivClassName
{
background-color: #68DCF9;
}
.BgClassName
{
background-color: #68DCF9;
}
</style>
border-color css
<style>
span { border-color: #68DCF9; }
span { border-color: rgb(104,220,249); }
td.TdClassName
{
border-color: #68DCF9;
}
.TagClassName
{
border-color: #68DCF9;
}
</style>