Shades of Turquoise Blue #68DDDA
Tints of Turquoise Blue #68DDDA
RGB
CMYK
RGB Variations
Color information
#68DDDA (or 0x68DDDA) is known color: Turquoise Blue. HEX triplet: 68, DD and DA. RGB value is (104,221,218). Sum of RGB (Red+Green+Blue) = 104+221+218=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDDA is #972225. Grayscale: #B9B9B9. Windows color (decimal): -9904678 or 14343528. OLE color: 14343528.
HSL color Cylindrical-coordinate representation of color #68DDDA: hue angle of 178.46º 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 #68DDDA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 218 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.46º | 0.63% | 0.64% | - |
| HSV(B) | 178.46º | 0.53% | 0.87% | - |
| XYZ | 44.22 | 59.72 | 75.53 | - |
| YUV | 185.68 | 146.24 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 218 | 0.53 | 0 | 0.01 | 0.13 | 178.46 | 0.63 | 0.64 |
| Hex | 68 | DD | DA | 35 | 0 | 1 | D | B2 | 3F | 40 |
| Octal | 150 | 335 | 332 | 65 | 0 | 1 | 15 | 262 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11011010 | 110101 | 0 | 1 | 1101 | 10110010 | 111111 | 1000000 |
Color Harmonies of #68DDDA
Complementary color
Monochromatic Colors of #68DDDA
Black with #68DDDA
Text Example
Text Example
White with #68DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDDA; }
p { color: rgb(104,221,218); }
H1.HeaderClassName
{
color: #68DDDA;
}
.AnyTagClassName
{
color: #68DDDA;
}
</style>
background-color css
<style>
a { background-color: #68DDDA; }
a { background-color: rgb(104,221,218); }
div.DivClassName
{
background-color: #68DDDA;
}
.BgClassName
{
background-color: #68DDDA;
}
</style>
border-color css
<style>
span { border-color: #68DDDA; }
span { border-color: rgb(104,221,218); }
td.TdClassName
{
border-color: #68DDDA;
}
.TagClassName
{
border-color: #68DDDA;
}
</style>