Shades of Turquoise Blue #68ECDD
Tints of Turquoise Blue #68ECDD
RGB
CMYK
RGB Variations
Color information
#68ECDD (or 0x68ECDD) is known color: Turquoise Blue. HEX triplet: 68, EC and DD. RGB value is (104,236,221). Sum of RGB (Red+Green+Blue) = 104+236+221=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECDD is #971322. Grayscale: #C2C2C2. Windows color (decimal): -9900835 or 14543976. OLE color: 14543976.
HSL color Cylindrical-coordinate representation of color #68ECDD: hue angle of 173.18º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ECDD is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 221 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.07 |
| HSL | 173.18º | 0.78% | 0.67% | - |
| HSV(B) | 173.18º | 0.56% | 0.93% | - |
| XYZ | 48.76 | 68.15 | 78.99 | - |
| YUV | 194.82 | 142.77 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 221 | 0.56 | 0 | 0.06 | 0.07 | 173.18 | 0.78 | 0.67 |
| Hex | 68 | EC | DD | 38 | 0 | 6 | 7 | AD | 4E | 43 |
| Octal | 150 | 354 | 335 | 70 | 0 | 6 | 7 | 255 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11011101 | 111000 | 0 | 110 | 111 | 10101101 | 1001110 | 1000011 |
Color Harmonies of #68ECDD
Complementary color
Monochromatic Colors of #68ECDD
Black with #68ECDD
Text Example
Text Example
White with #68ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECDD; }
p { color: rgb(104,236,221); }
H1.HeaderClassName
{
color: #68ECDD;
}
.AnyTagClassName
{
color: #68ECDD;
}
</style>
background-color css
<style>
a { background-color: #68ECDD; }
a { background-color: rgb(104,236,221); }
div.DivClassName
{
background-color: #68ECDD;
}
.BgClassName
{
background-color: #68ECDD;
}
</style>
border-color css
<style>
span { border-color: #68ECDD; }
span { border-color: rgb(104,236,221); }
td.TdClassName
{
border-color: #68ECDD;
}
.TagClassName
{
border-color: #68ECDD;
}
</style>