Shades of Turquoise Blue #68DCDB
Tints of Turquoise Blue #68DCDB
RGB
CMYK
RGB Variations
Color information
#68DCDB (or 0x68DCDB) is known color: Turquoise Blue. HEX triplet: 68, DC and DB. RGB value is (104,220,219). Sum of RGB (Red+Green+Blue) = 104+220+219=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCDB is #972324. Grayscale: #B9B9B9. Windows color (decimal): -9904933 or 14408808. OLE color: 14408808.
HSL color Cylindrical-coordinate representation of color #68DCDB: hue angle of 179.48º 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 #68DCDB is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 219 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.14 |
| HSL | 179.48º | 0.62% | 0.64% | - |
| HSV(B) | 179.48º | 0.53% | 0.86% | - |
| XYZ | 44.09 | 59.24 | 76.13 | - |
| YUV | 185.2 | 147.07 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 219 | 0.53 | 0 | 0.00 | 0.14 | 179.48 | 0.62 | 0.64 |
| Hex | 68 | DC | DB | 35 | 0 | 0 | E | B3 | 3E | 40 |
| Octal | 150 | 334 | 333 | 65 | 0 | 0 | 16 | 263 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11011011 | 110101 | 0 | 0 | 1110 | 10110011 | 111110 | 1000000 |
Color Harmonies of #68DCDB
Complementary color
Monochromatic Colors of #68DCDB
Black with #68DCDB
Text Example
Text Example
White with #68DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCDB; }
p { color: rgb(104,220,219); }
H1.HeaderClassName
{
color: #68DCDB;
}
.AnyTagClassName
{
color: #68DCDB;
}
</style>
background-color css
<style>
a { background-color: #68DCDB; }
a { background-color: rgb(104,220,219); }
div.DivClassName
{
background-color: #68DCDB;
}
.BgClassName
{
background-color: #68DCDB;
}
</style>
border-color css
<style>
span { border-color: #68DCDB; }
span { border-color: rgb(104,220,219); }
td.TdClassName
{
border-color: #68DCDB;
}
.TagClassName
{
border-color: #68DCDB;
}
</style>