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