Shades of Turquoise Blue #68ECDF
Tints of Turquoise Blue #68ECDF
RGB
CMYK
RGB Variations
Color information
#68ECDF (or 0x68ECDF) is known color: Turquoise Blue. HEX triplet: 68, EC and DF. RGB value is (104,236,223). Sum of RGB (Red+Green+Blue) = 104+236+223=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 236 - color contains mainly: green. Hex color #68ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68ECDF is #971320. Grayscale: #C2C2C2. Windows color (decimal): -9900833 or 14675048. OLE color: 14675048.
HSL color Cylindrical-coordinate representation of color #68ECDF: hue angle of 174.09º 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 #68ECDF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 223 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.07 |
| HSL | 174.09º | 0.78% | 0.67% | - |
| HSV(B) | 174.09º | 0.56% | 0.93% | - |
| XYZ | 49.02 | 68.26 | 80.4 | - |
| YUV | 195.05 | 143.77 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 223 | 0.56 | 0 | 0.06 | 0.07 | 174.09 | 0.78 | 0.67 |
| Hex | 68 | EC | DF | 38 | 0 | 6 | 7 | AE | 4E | 43 |
| Octal | 150 | 354 | 337 | 70 | 0 | 6 | 7 | 256 | 116 | 103 |
| Binary | 1101000 | 11101100 | 11011111 | 111000 | 0 | 110 | 111 | 10101110 | 1001110 | 1000011 |
Color Harmonies of #68ECDF
Complementary color
Monochromatic Colors of #68ECDF
Black with #68ECDF
Text Example
Text Example
White with #68ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECDF; }
p { color: rgb(104,236,223); }
H1.HeaderClassName
{
color: #68ECDF;
}
.AnyTagClassName
{
color: #68ECDF;
}
</style>
background-color css
<style>
a { background-color: #68ECDF; }
a { background-color: rgb(104,236,223); }
div.DivClassName
{
background-color: #68ECDF;
}
.BgClassName
{
background-color: #68ECDF;
}
</style>
border-color css
<style>
span { border-color: #68ECDF; }
span { border-color: rgb(104,236,223); }
td.TdClassName
{
border-color: #68ECDF;
}
.TagClassName
{
border-color: #68ECDF;
}
</style>