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