Shades of Turquoise Blue #68EFED
Tints of Turquoise Blue #68EFED
RGB
CMYK
RGB Variations
Color information
#68EFED (or 0x68EFED) is known color: Turquoise Blue. HEX triplet: 68, EF and ED. RGB value is (104,239,237). Sum of RGB (Red+Green+Blue) = 104+239+237=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFED is #971012. Grayscale: #C6C6C6. Windows color (decimal): -9900051 or 15593320. OLE color: 15593320.
HSL color Cylindrical-coordinate representation of color #68EFED: hue angle of 179.11º 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 #68EFED is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 237 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.06 |
| HSL | 179.11º | 0.81% | 0.67% | - |
| HSV(B) | 179.11º | 0.56% | 0.94% | - |
| XYZ | 51.86 | 70.79 | 91.05 | - |
| YUV | 198.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 237 | 0.56 | 0 | 0.01 | 0.06 | 179.11 | 0.81 | 0.67 |
| Hex | 68 | EF | ED | 38 | 0 | 1 | 6 | B3 | 51 | 43 |
| Octal | 150 | 357 | 355 | 70 | 0 | 1 | 6 | 263 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11101101 | 111000 | 0 | 1 | 110 | 10110011 | 1010001 | 1000011 |
Color Harmonies of #68EFED
Complementary color
Monochromatic Colors of #68EFED
Black with #68EFED
Text Example
Text Example
White with #68EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFED; }
p { color: rgb(104,239,237); }
H1.HeaderClassName
{
color: #68EFED;
}
.AnyTagClassName
{
color: #68EFED;
}
</style>
background-color css
<style>
a { background-color: #68EFED; }
a { background-color: rgb(104,239,237); }
div.DivClassName
{
background-color: #68EFED;
}
.BgClassName
{
background-color: #68EFED;
}
</style>
border-color css
<style>
span { border-color: #68EFED; }
span { border-color: rgb(104,239,237); }
td.TdClassName
{
border-color: #68EFED;
}
.TagClassName
{
border-color: #68EFED;
}
</style>