Shades of Turquoise Blue #68ECEE
Tints of Turquoise Blue #68ECEE
RGB
CMYK
RGB Variations
Color information
#68ECEE (or 0x68ECEE) is known color: Turquoise Blue. HEX triplet: 68, EC and EE. RGB value is (104,236,238). Sum of RGB (Red+Green+Blue) = 104+236+238=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #68ECEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECEE is #971311. Grayscale: #C4C4C4. Windows color (decimal): -9900818 or 15658088. OLE color: 15658088.
HSL color Cylindrical-coordinate representation of color #68ECEE: hue angle of 180.9º degrees, saturation: 0.8, 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 #68ECEE is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 238 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.07 |
| HSL | 180.9º | 0.8% | 0.67% | - |
| HSV(B) | 180.9º | 0.56% | 0.93% | - |
| XYZ | 51.14 | 69.11 | 91.53 | - |
| YUV | 196.76 | 151.27 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 238 | 0.56 | 0.01 | 0 | 0.07 | 180.9 | 0.8 | 0.67 |
| Hex | 68 | EC | EE | 38 | 1 | 0 | 7 | B5 | 50 | 43 |
| Octal | 150 | 354 | 356 | 70 | 1 | 0 | 7 | 265 | 120 | 103 |
| Binary | 1101000 | 11101100 | 11101110 | 111000 | 1 | 0 | 111 | 10110101 | 1010000 | 1000011 |
Color Harmonies of #68ECEE
Complementary color
Monochromatic Colors of #68ECEE
Black with #68ECEE
Text Example
Text Example
White with #68ECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECEE; }
p { color: rgb(104,236,238); }
H1.HeaderClassName
{
color: #68ECEE;
}
.AnyTagClassName
{
color: #68ECEE;
}
</style>
background-color css
<style>
a { background-color: #68ECEE; }
a { background-color: rgb(104,236,238); }
div.DivClassName
{
background-color: #68ECEE;
}
.BgClassName
{
background-color: #68ECEE;
}
</style>
border-color css
<style>
span { border-color: #68ECEE; }
span { border-color: rgb(104,236,238); }
td.TdClassName
{
border-color: #68ECEE;
}
.TagClassName
{
border-color: #68ECEE;
}
</style>