Shades of Turquoise Blue #68DDDD
Tints of Turquoise Blue #68DDDD
RGB
CMYK
RGB Variations
Color information
#68DDDD (or 0x68DDDD) is known color: Turquoise Blue. HEX triplet: 68, DD and DD. RGB value is (104,221,221). Sum of RGB (Red+Green+Blue) = 104+221+221=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #68DDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDDD is #972222. Grayscale: #B9B9B9. Windows color (decimal): -9904675 or 14540136. OLE color: 14540136.
HSL color Cylindrical-coordinate representation of color #68DDDD: hue angle of 180º 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 #68DDDD is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 221 | - |
| CMYK | 0.53 | 0 | 0 | 0.13 |
| HSL | 180º | 0.63% | 0.64% | - |
| HSV(B) | 180º | 0.53% | 0.87% | - |
| XYZ | 44.62 | 59.88 | 77.61 | - |
| YUV | 186.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 221 | 0.53 | 0 | 0 | 0.13 | 180 | 0.63 | 0.64 |
| Hex | 68 | DD | DD | 35 | 0 | 0 | D | B4 | 3F | 40 |
| Octal | 150 | 335 | 335 | 65 | 0 | 0 | 15 | 264 | 77 | 100 |
| Binary | 1101000 | 11011101 | 11011101 | 110101 | 0 | 0 | 1101 | 10110100 | 111111 | 1000000 |
Color Harmonies of #68DDDD
Complementary color
Monochromatic Colors of #68DDDD
Black with #68DDDD
Text Example
Text Example
White with #68DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDDD; }
p { color: rgb(104,221,221); }
H1.HeaderClassName
{
color: #68DDDD;
}
.AnyTagClassName
{
color: #68DDDD;
}
</style>
background-color css
<style>
a { background-color: #68DDDD; }
a { background-color: rgb(104,221,221); }
div.DivClassName
{
background-color: #68DDDD;
}
.BgClassName
{
background-color: #68DDDD;
}
</style>
border-color css
<style>
span { border-color: #68DDDD; }
span { border-color: rgb(104,221,221); }
td.TdClassName
{
border-color: #68DDDD;
}
.TagClassName
{
border-color: #68DDDD;
}
</style>