Shades of Turquoise Blue #68DED3
Tints of Turquoise Blue #68DED3
RGB
CMYK
RGB Variations
Color information
#68DED3 (or 0x68DED3) is known color: Turquoise Blue. HEX triplet: 68, DE and D3. RGB value is (104,222,211). Sum of RGB (Red+Green+Blue) = 104+222+211=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 222 (87.11% from 255 or 41.34% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 222 - color contains mainly: green. Hex color #68DED3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DED3 is #97212C. Grayscale: #B9B9B9. Windows color (decimal): -9904429 or 13885032. OLE color: 13885032.
HSL color Cylindrical-coordinate representation of color #68DED3: hue angle of 174.41º 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 #68DED3 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 211 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.13 |
| HSL | 174.41º | 0.64% | 0.64% | - |
| HSV(B) | 174.41º | 0.53% | 0.87% | - |
| XYZ | 43.59 | 59.89 | 70.89 | - |
| YUV | 185.46 | 142.41 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 211 | 0.53 | 0 | 0.05 | 0.13 | 174.41 | 0.64 | 0.64 |
| Hex | 68 | DE | D3 | 35 | 0 | 5 | D | AE | 40 | 40 |
| Octal | 150 | 336 | 323 | 65 | 0 | 5 | 15 | 256 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11010011 | 110101 | 0 | 101 | 1101 | 10101110 | 1000000 | 1000000 |
Color Harmonies of #68DED3
Complementary color
Monochromatic Colors of #68DED3
Black with #68DED3
Text Example
Text Example
White with #68DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DED3; }
p { color: rgb(104,222,211); }
H1.HeaderClassName
{
color: #68DED3;
}
.AnyTagClassName
{
color: #68DED3;
}
</style>
background-color css
<style>
a { background-color: #68DED3; }
a { background-color: rgb(104,222,211); }
div.DivClassName
{
background-color: #68DED3;
}
.BgClassName
{
background-color: #68DED3;
}
</style>
border-color css
<style>
span { border-color: #68DED3; }
span { border-color: rgb(104,222,211); }
td.TdClassName
{
border-color: #68DED3;
}
.TagClassName
{
border-color: #68DED3;
}
</style>