Shades of Turquoise Blue #68ECDC
Tints of Turquoise Blue #68ECDC
RGB
CMYK
RGB Variations
Color information
#68ECDC (or 0x68ECDC) is known color: Turquoise Blue. HEX triplet: 68, EC and DC. RGB value is (104,236,220). Sum of RGB (Red+Green+Blue) = 104+236+220=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECDC is #971323. Grayscale: #C2C2C2. Windows color (decimal): -9900836 or 14478440. OLE color: 14478440.
HSL color Cylindrical-coordinate representation of color #68ECDC: hue angle of 172.73º 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 #68ECDC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 220 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.07 |
| HSL | 172.73º | 0.78% | 0.67% | - |
| HSV(B) | 172.73º | 0.56% | 0.93% | - |
| XYZ | 48.62 | 68.1 | 78.29 | - |
| YUV | 194.71 | 142.27 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 220 | 0.56 | 0 | 0.07 | 0.07 | 172.73 | 0.78 | 0.67 |
| Hex | 68 | EC | DC | 38 | 0 | 7 | 7 | AD | 4E | 43 |
| Octal | 150 | 354 | 334 | 70 | 0 | 7 | 7 | 255 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11011100 | 111000 | 0 | 111 | 111 | 10101101 | 1001110 | 1000011 |
Color Harmonies of #68ECDC
Complementary color
Monochromatic Colors of #68ECDC
Black with #68ECDC
Text Example
Text Example
White with #68ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECDC; }
p { color: rgb(104,236,220); }
H1.HeaderClassName
{
color: #68ECDC;
}
.AnyTagClassName
{
color: #68ECDC;
}
</style>
background-color css
<style>
a { background-color: #68ECDC; }
a { background-color: rgb(104,236,220); }
div.DivClassName
{
background-color: #68ECDC;
}
.BgClassName
{
background-color: #68ECDC;
}
</style>
border-color css
<style>
span { border-color: #68ECDC; }
span { border-color: rgb(104,236,220); }
td.TdClassName
{
border-color: #68ECDC;
}
.TagClassName
{
border-color: #68ECDC;
}
</style>