Shades of Turquoise Blue #68D9DC
Tints of Turquoise Blue #68D9DC
RGB
CMYK
RGB Variations
Color information
#68D9DC (or 0x68D9DC) is known color: Turquoise Blue. HEX triplet: 68, D9 and DC. RGB value is (104,217,220). Sum of RGB (Red+Green+Blue) = 104+217+220=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D9DC is #972623. Grayscale: #B7B7B7. Windows color (decimal): -9905700 or 14473576. OLE color: 14473576.
HSL color Cylindrical-coordinate representation of color #68D9DC: hue angle of 181.55º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D9DC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 217 | 220 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.14 |
| HSL | 181.55º | 0.62% | 0.64% | - |
| HSV(B) | 181.55º | 0.53% | 0.86% | - |
| XYZ | 43.44 | 57.74 | 76.56 | - |
| YUV | 183.56 | 148.56 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 220 | 0.53 | 0.01 | 0 | 0.14 | 181.55 | 0.62 | 0.64 |
| Hex | 68 | D9 | DC | 35 | 1 | 0 | E | B6 | 3E | 40 |
| Octal | 150 | 331 | 334 | 65 | 1 | 0 | 16 | 266 | 76 | 100 |
| Binary | 1101000 | 11011001 | 11011100 | 110101 | 1 | 0 | 1110 | 10110110 | 111110 | 1000000 |
Color Harmonies of #68D9DC
Complementary color
Monochromatic Colors of #68D9DC
Black with #68D9DC
Text Example
Text Example
White with #68D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9DC; }
p { color: rgb(104,217,220); }
H1.HeaderClassName
{
color: #68D9DC;
}
.AnyTagClassName
{
color: #68D9DC;
}
</style>
background-color css
<style>
a { background-color: #68D9DC; }
a { background-color: rgb(104,217,220); }
div.DivClassName
{
background-color: #68D9DC;
}
.BgClassName
{
background-color: #68D9DC;
}
</style>
border-color css
<style>
span { border-color: #68D9DC; }
span { border-color: rgb(104,217,220); }
td.TdClassName
{
border-color: #68D9DC;
}
.TagClassName
{
border-color: #68D9DC;
}
</style>