Shades of Turquoise Blue #68DDF9
Tints of Turquoise Blue #68DDF9
RGB
CMYK
RGB Variations
Color information
#68DDF9 (or 0x68DDF9) is known color: Turquoise Blue. HEX triplet: 68, DD and F9. RGB value is (104,221,249). Sum of RGB (Red+Green+Blue) = 104+221+249=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #68DDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDF9 is #972206. Grayscale: #BCBCBC. Windows color (decimal): -9904647 or 16375144. OLE color: 16375144.
HSL color Cylindrical-coordinate representation of color #68DDF9: hue angle of 191.59º 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 #68DDF9 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 221 | 249 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.02 |
| HSL | 191.59º | 0.92% | 0.69% | - |
| HSV(B) | 191.59º | 0.58% | 0.98% | - |
| XYZ | 48.66 | 61.5 | 98.93 | - |
| YUV | 189.21 | 161.74 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 249 | 0.58 | 0.11 | 0 | 0.02 | 191.59 | 0.92 | 0.69 |
| Hex | 68 | DD | F9 | 3A | B | 0 | 2 | C0 | 5C | 45 |
| Octal | 150 | 335 | 371 | 72 | 13 | 0 | 2 | 300 | 134 | 105 |
| Binary | 1101000 | 11011101 | 11111001 | 111010 | 1011 | 0 | 10 | 11000000 | 1011100 | 1000101 |
Color Harmonies of #68DDF9
Complementary color
Monochromatic Colors of #68DDF9
Black with #68DDF9
Text Example
Text Example
White with #68DDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDF9; }
p { color: rgb(104,221,249); }
H1.HeaderClassName
{
color: #68DDF9;
}
.AnyTagClassName
{
color: #68DDF9;
}
</style>
background-color css
<style>
a { background-color: #68DDF9; }
a { background-color: rgb(104,221,249); }
div.DivClassName
{
background-color: #68DDF9;
}
.BgClassName
{
background-color: #68DDF9;
}
</style>
border-color css
<style>
span { border-color: #68DDF9; }
span { border-color: rgb(104,221,249); }
td.TdClassName
{
border-color: #68DDF9;
}
.TagClassName
{
border-color: #68DDF9;
}
</style>