Shades of Turquoise Blue #68E0DC
Tints of Turquoise Blue #68E0DC
RGB
CMYK
RGB Variations
Color information
#68E0DC (or 0x68E0DC) is known color: Turquoise Blue. HEX triplet: 68, E0 and DC. RGB value is (104,224,220). Sum of RGB (Red+Green+Blue) = 104+224+220=548 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.98% from 548); Green value is 224 (87.89% from 255 or 40.88% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E0DC is #971F23. Grayscale: #BBBBBB. Windows color (decimal): -9903908 or 14475368. OLE color: 14475368.
HSL color Cylindrical-coordinate representation of color #68E0DC: hue angle of 178º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E0DC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 220 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.12 |
| HSL | 178º | 0.66% | 0.64% | - |
| HSV(B) | 178º | 0.54% | 0.88% | - |
| XYZ | 45.28 | 61.42 | 77.18 | - |
| YUV | 187.66 | 146.24 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 220 | 0.54 | 0 | 0.02 | 0.12 | 178 | 0.66 | 0.64 |
| Hex | 68 | E0 | DC | 36 | 0 | 2 | C | B2 | 42 | 40 |
| Octal | 150 | 340 | 334 | 66 | 0 | 2 | 14 | 262 | 102 | 100 |
| Binary | 1101000 | 11100000 | 11011100 | 110110 | 0 | 10 | 1100 | 10110010 | 1000010 | 1000000 |
Color Harmonies of #68E0DC
Complementary color
Monochromatic Colors of #68E0DC
Black with #68E0DC
Text Example
Text Example
White with #68E0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E0DC; }
p { color: rgb(104,224,220); }
H1.HeaderClassName
{
color: #68E0DC;
}
.AnyTagClassName
{
color: #68E0DC;
}
</style>
background-color css
<style>
a { background-color: #68E0DC; }
a { background-color: rgb(104,224,220); }
div.DivClassName
{
background-color: #68E0DC;
}
.BgClassName
{
background-color: #68E0DC;
}
</style>
border-color css
<style>
span { border-color: #68E0DC; }
span { border-color: rgb(104,224,220); }
td.TdClassName
{
border-color: #68E0DC;
}
.TagClassName
{
border-color: #68E0DC;
}
</style>