Shades of Turquoise Blue #68DDD8
Tints of Turquoise Blue #68DDD8
RGB
CMYK
RGB Variations
Color information
#68DDD8 (or 0x68DDD8) is known color: Turquoise Blue. HEX triplet: 68, DD and D8. RGB value is (104,221,216). Sum of RGB (Red+Green+Blue) = 104+221+216=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDD8 is #972227. Grayscale: #B9B9B9. Windows color (decimal): -9904680 or 14212456. OLE color: 14212456.
HSL color Cylindrical-coordinate representation of color #68DDD8: hue angle of 177.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDD8 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 216 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.13 |
| HSL | 177.44º | 0.63% | 0.64% | - |
| HSV(B) | 177.44º | 0.53% | 0.87% | - |
| XYZ | 43.96 | 59.61 | 74.16 | - |
| YUV | 185.45 | 145.24 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 216 | 0.53 | 0 | 0.02 | 0.13 | 177.44 | 0.63 | 0.64 |
| Hex | 68 | DD | D8 | 35 | 0 | 2 | D | B1 | 3F | 40 |
| Octal | 150 | 335 | 330 | 65 | 0 | 2 | 15 | 261 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11011000 | 110101 | 0 | 10 | 1101 | 10110001 | 111111 | 1000000 |
Color Harmonies of #68DDD8
Complementary color
Monochromatic Colors of #68DDD8
Black with #68DDD8
Text Example
Text Example
White with #68DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDD8; }
p { color: rgb(104,221,216); }
H1.HeaderClassName
{
color: #68DDD8;
}
.AnyTagClassName
{
color: #68DDD8;
}
</style>
background-color css
<style>
a { background-color: #68DDD8; }
a { background-color: rgb(104,221,216); }
div.DivClassName
{
background-color: #68DDD8;
}
.BgClassName
{
background-color: #68DDD8;
}
</style>
border-color css
<style>
span { border-color: #68DDD8; }
span { border-color: rgb(104,221,216); }
td.TdClassName
{
border-color: #68DDD8;
}
.TagClassName
{
border-color: #68DDD8;
}
</style>