Shades of Turquoise Blue #68EDEC
Tints of Turquoise Blue #68EDEC
RGB
CMYK
RGB Variations
Color information
#68EDEC (or 0x68EDEC) is known color: Turquoise Blue. HEX triplet: 68, ED and EC. RGB value is (104,237,236). Sum of RGB (Red+Green+Blue) = 104+237+236=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDEC is #971213. Grayscale: #C4C4C4. Windows color (decimal): -9900564 or 15527272. OLE color: 15527272.
HSL color Cylindrical-coordinate representation of color #68EDEC: hue angle of 179.55º degrees, saturation: 0.79, 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 #68EDEC is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 236 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.07 |
| HSL | 179.55º | 0.79% | 0.67% | - |
| HSV(B) | 179.55º | 0.56% | 0.93% | - |
| XYZ | 51.13 | 69.57 | 90.09 | - |
| YUV | 197.12 | 149.94 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 236 | 0.56 | 0 | 0.00 | 0.07 | 179.55 | 0.79 | 0.67 |
| Hex | 68 | ED | EC | 38 | 0 | 0 | 7 | B4 | 4F | 43 |
| Octal | 150 | 355 | 354 | 70 | 0 | 0 | 7 | 264 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11101100 | 111000 | 0 | 0 | 111 | 10110100 | 1001111 | 1000011 |
Color Harmonies of #68EDEC
Complementary color
Monochromatic Colors of #68EDEC
Black with #68EDEC
Text Example
Text Example
White with #68EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDEC; }
p { color: rgb(104,237,236); }
H1.HeaderClassName
{
color: #68EDEC;
}
.AnyTagClassName
{
color: #68EDEC;
}
</style>
background-color css
<style>
a { background-color: #68EDEC; }
a { background-color: rgb(104,237,236); }
div.DivClassName
{
background-color: #68EDEC;
}
.BgClassName
{
background-color: #68EDEC;
}
</style>
border-color css
<style>
span { border-color: #68EDEC; }
span { border-color: rgb(104,237,236); }
td.TdClassName
{
border-color: #68EDEC;
}
.TagClassName
{
border-color: #68EDEC;
}
</style>