Shades of Turquoise Blue #68DDDB
Tints of Turquoise Blue #68DDDB
RGB
CMYK
RGB Variations
Color information
#68DDDB (or 0x68DDDB) is known color: Turquoise Blue. HEX triplet: 68, DD and DB. RGB value is (104,221,219). Sum of RGB (Red+Green+Blue) = 104+221+219=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDDB is #972224. Grayscale: #B9B9B9. Windows color (decimal): -9904677 or 14409064. OLE color: 14409064.
HSL color Cylindrical-coordinate representation of color #68DDDB: hue angle of 178.97º 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 #68DDDB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 219 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.97º | 0.63% | 0.64% | - |
| HSV(B) | 178.97º | 0.53% | 0.87% | - |
| XYZ | 44.35 | 59.77 | 76.22 | - |
| YUV | 185.79 | 146.74 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 219 | 0.53 | 0 | 0.01 | 0.13 | 178.97 | 0.63 | 0.64 |
| Hex | 68 | DD | DB | 35 | 0 | 1 | D | B3 | 3F | 40 |
| Octal | 150 | 335 | 333 | 65 | 0 | 1 | 15 | 263 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11011011 | 110101 | 0 | 1 | 1101 | 10110011 | 111111 | 1000000 |
Color Harmonies of #68DDDB
Complementary color
Monochromatic Colors of #68DDDB
Black with #68DDDB
Text Example
Text Example
White with #68DDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDDB; }
p { color: rgb(104,221,219); }
H1.HeaderClassName
{
color: #68DDDB;
}
.AnyTagClassName
{
color: #68DDDB;
}
</style>
background-color css
<style>
a { background-color: #68DDDB; }
a { background-color: rgb(104,221,219); }
div.DivClassName
{
background-color: #68DDDB;
}
.BgClassName
{
background-color: #68DDDB;
}
</style>
border-color css
<style>
span { border-color: #68DDDB; }
span { border-color: rgb(104,221,219); }
td.TdClassName
{
border-color: #68DDDB;
}
.TagClassName
{
border-color: #68DDDB;
}
</style>