Shades of Turquoise Blue #68E1DC
Tints of Turquoise Blue #68E1DC
RGB
CMYK
RGB Variations
Color information
#68E1DC (or 0x68E1DC) is known color: Turquoise Blue. HEX triplet: 68, E1 and DC. RGB value is (104,225,220). Sum of RGB (Red+Green+Blue) = 104+225+220=549 (72% of max value = 765). Red value is 104 (41.02% from 255 or 18.94% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #68E1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68E1DC is #971E23. Grayscale: #BCBCBC. Windows color (decimal): -9903652 or 14475624. OLE color: 14475624.
HSL color Cylindrical-coordinate representation of color #68E1DC: hue angle of 177.52º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E1DC is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 220 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.12 |
| HSL | 177.52º | 0.67% | 0.65% | - |
| HSV(B) | 177.52º | 0.54% | 0.88% | - |
| XYZ | 45.55 | 61.96 | 77.27 | - |
| YUV | 188.25 | 145.91 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 220 | 0.54 | 0 | 0.02 | 0.12 | 177.52 | 0.67 | 0.65 |
| Hex | 68 | E1 | DC | 36 | 0 | 2 | C | B2 | 43 | 41 |
| Octal | 150 | 341 | 334 | 66 | 0 | 2 | 14 | 262 | 103 | 101 |
| Binary | 1101000 | 11100001 | 11011100 | 110110 | 0 | 10 | 1100 | 10110010 | 1000011 | 1000001 |
Color Harmonies of #68E1DC
Complementary color
Monochromatic Colors of #68E1DC
Black with #68E1DC
Text Example
Text Example
White with #68E1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1DC; }
p { color: rgb(104,225,220); }
H1.HeaderClassName
{
color: #68E1DC;
}
.AnyTagClassName
{
color: #68E1DC;
}
</style>
background-color css
<style>
a { background-color: #68E1DC; }
a { background-color: rgb(104,225,220); }
div.DivClassName
{
background-color: #68E1DC;
}
.BgClassName
{
background-color: #68E1DC;
}
</style>
border-color css
<style>
span { border-color: #68E1DC; }
span { border-color: rgb(104,225,220); }
td.TdClassName
{
border-color: #68E1DC;
}
.TagClassName
{
border-color: #68E1DC;
}
</style>