Shades of Turquoise Blue #68EFDF
Tints of Turquoise Blue #68EFDF
RGB
CMYK
RGB Variations
Color information
#68EFDF (or 0x68EFDF) is known color: Turquoise Blue. HEX triplet: 68, EF and DF. RGB value is (104,239,223). Sum of RGB (Red+Green+Blue) = 104+239+223=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFDF is #971020. Grayscale: #C4C4C4. Windows color (decimal): -9900065 or 14675816. OLE color: 14675816.
HSL color Cylindrical-coordinate representation of color #68EFDF: hue angle of 172.89º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFDF is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 223 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.06 |
| HSL | 172.89º | 0.81% | 0.67% | - |
| HSV(B) | 172.89º | 0.56% | 0.94% | - |
| XYZ | 49.89 | 70 | 80.69 | - |
| YUV | 196.81 | 142.77 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 223 | 0.56 | 0 | 0.07 | 0.06 | 172.89 | 0.81 | 0.67 |
| Hex | 68 | EF | DF | 38 | 0 | 7 | 6 | AD | 51 | 43 |
| Octal | 150 | 357 | 337 | 70 | 0 | 7 | 6 | 255 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11011111 | 111000 | 0 | 111 | 110 | 10101101 | 1010001 | 1000011 |
Color Harmonies of #68EFDF
Complementary color
Monochromatic Colors of #68EFDF
Black with #68EFDF
Text Example
Text Example
White with #68EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFDF; }
p { color: rgb(104,239,223); }
H1.HeaderClassName
{
color: #68EFDF;
}
.AnyTagClassName
{
color: #68EFDF;
}
</style>
background-color css
<style>
a { background-color: #68EFDF; }
a { background-color: rgb(104,239,223); }
div.DivClassName
{
background-color: #68EFDF;
}
.BgClassName
{
background-color: #68EFDF;
}
</style>
border-color css
<style>
span { border-color: #68EFDF; }
span { border-color: rgb(104,239,223); }
td.TdClassName
{
border-color: #68EFDF;
}
.TagClassName
{
border-color: #68EFDF;
}
</style>