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