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