Shades of Turquoise Blue #68DED9
Tints of Turquoise Blue #68DED9
RGB
CMYK
RGB Variations
Color information
#68DED9 (or 0x68DED9) is known color: Turquoise Blue. HEX triplet: 68, DE and D9. RGB value is (104,222,217). Sum of RGB (Red+Green+Blue) = 104+222+217=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #68DED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DED9 is #972126. Grayscale: #BABABA. Windows color (decimal): -9904423 or 14278248. OLE color: 14278248.
HSL color Cylindrical-coordinate representation of color #68DED9: hue angle of 177.46º degrees, saturation: 0.64, 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 #68DED9 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 217 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.13 |
| HSL | 177.46º | 0.64% | 0.64% | - |
| HSV(B) | 177.46º | 0.53% | 0.87% | - |
| XYZ | 44.35 | 60.2 | 74.93 | - |
| YUV | 186.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 217 | 0.53 | 0 | 0.02 | 0.13 | 177.46 | 0.64 | 0.64 |
| Hex | 68 | DE | D9 | 35 | 0 | 2 | D | B1 | 40 | 40 |
| Octal | 150 | 336 | 331 | 65 | 0 | 2 | 15 | 261 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11011001 | 110101 | 0 | 10 | 1101 | 10110001 | 1000000 | 1000000 |
Color Harmonies of #68DED9
Complementary color
Monochromatic Colors of #68DED9
Black with #68DED9
Text Example
Text Example
White with #68DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DED9; }
p { color: rgb(104,222,217); }
H1.HeaderClassName
{
color: #68DED9;
}
.AnyTagClassName
{
color: #68DED9;
}
</style>
background-color css
<style>
a { background-color: #68DED9; }
a { background-color: rgb(104,222,217); }
div.DivClassName
{
background-color: #68DED9;
}
.BgClassName
{
background-color: #68DED9;
}
</style>
border-color css
<style>
span { border-color: #68DED9; }
span { border-color: rgb(104,222,217); }
td.TdClassName
{
border-color: #68DED9;
}
.TagClassName
{
border-color: #68DED9;
}
</style>