Shades of Turquoise Blue #68DDDC
Tints of Turquoise Blue #68DDDC
RGB
CMYK
RGB Variations
Color information
#68DDDC (or 0x68DDDC) is known color: Turquoise Blue. HEX triplet: 68, DD and DC. RGB value is (104,221,220). Sum of RGB (Red+Green+Blue) = 104+221+220=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDDC is #972223. Grayscale: #B9B9B9. Windows color (decimal): -9904676 or 14474600. OLE color: 14474600.
HSL color Cylindrical-coordinate representation of color #68DDDC: hue angle of 179.49º 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 #68DDDC is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 220 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.13 |
| HSL | 179.49º | 0.63% | 0.64% | - |
| HSV(B) | 179.49º | 0.53% | 0.87% | - |
| XYZ | 44.48 | 59.82 | 76.91 | - |
| YUV | 185.9 | 147.24 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 220 | 0.53 | 0 | 0.00 | 0.13 | 179.49 | 0.63 | 0.64 |
| Hex | 68 | DD | DC | 35 | 0 | 0 | D | B3 | 3F | 40 |
| Octal | 150 | 335 | 334 | 65 | 0 | 0 | 15 | 263 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11011100 | 110101 | 0 | 0 | 1101 | 10110011 | 111111 | 1000000 |
Color Harmonies of #68DDDC
Complementary color
Monochromatic Colors of #68DDDC
Black with #68DDDC
Text Example
Text Example
White with #68DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDDC; }
p { color: rgb(104,221,220); }
H1.HeaderClassName
{
color: #68DDDC;
}
.AnyTagClassName
{
color: #68DDDC;
}
</style>
background-color css
<style>
a { background-color: #68DDDC; }
a { background-color: rgb(104,221,220); }
div.DivClassName
{
background-color: #68DDDC;
}
.BgClassName
{
background-color: #68DDDC;
}
</style>
border-color css
<style>
span { border-color: #68DDDC; }
span { border-color: rgb(104,221,220); }
td.TdClassName
{
border-color: #68DDDC;
}
.TagClassName
{
border-color: #68DDDC;
}
</style>