Shades of Turquoise Blue #68DCD9
Tints of Turquoise Blue #68DCD9
RGB
CMYK
RGB Variations
Color information
#68DCD9 (or 0x68DCD9) is known color: Turquoise Blue. HEX triplet: 68, DC and D9. RGB value is (104,220,217). Sum of RGB (Red+Green+Blue) = 104+220+217=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCD9 is #972326. Grayscale: #B8B8B8. Windows color (decimal): -9904935 or 14277736. OLE color: 14277736.
HSL color Cylindrical-coordinate representation of color #68DCD9: hue angle of 178.45º 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 #68DCD9 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 217 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.14 |
| HSL | 178.45º | 0.62% | 0.64% | - |
| HSV(B) | 178.45º | 0.53% | 0.86% | - |
| XYZ | 43.83 | 59.14 | 74.75 | - |
| YUV | 184.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 217 | 0.53 | 0 | 0.01 | 0.14 | 178.45 | 0.62 | 0.64 |
| Hex | 68 | DC | D9 | 35 | 0 | 1 | E | B2 | 3E | 40 |
| Octal | 150 | 334 | 331 | 65 | 0 | 1 | 16 | 262 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11011001 | 110101 | 0 | 1 | 1110 | 10110010 | 111110 | 1000000 |
Color Harmonies of #68DCD9
Complementary color
Monochromatic Colors of #68DCD9
Black with #68DCD9
Text Example
Text Example
White with #68DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCD9; }
p { color: rgb(104,220,217); }
H1.HeaderClassName
{
color: #68DCD9;
}
.AnyTagClassName
{
color: #68DCD9;
}
</style>
background-color css
<style>
a { background-color: #68DCD9; }
a { background-color: rgb(104,220,217); }
div.DivClassName
{
background-color: #68DCD9;
}
.BgClassName
{
background-color: #68DCD9;
}
</style>
border-color css
<style>
span { border-color: #68DCD9; }
span { border-color: rgb(104,220,217); }
td.TdClassName
{
border-color: #68DCD9;
}
.TagClassName
{
border-color: #68DCD9;
}
</style>