Shades of Turquoise Blue #68EEEB
Tints of Turquoise Blue #68EEEB
RGB
CMYK
RGB Variations
Color information
#68EEEB (or 0x68EEEB) is known color: Turquoise Blue. HEX triplet: 68, EE and EB. RGB value is (104,238,235). Sum of RGB (Red+Green+Blue) = 104+238+235=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEEB is #971114. Grayscale: #C5C5C5. Windows color (decimal): -9900309 or 15461992. OLE color: 15461992.
HSL color Cylindrical-coordinate representation of color #68EEEB: hue angle of 178.66º 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 #68EEEB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 235 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.07 |
| HSL | 178.66º | 0.8% | 0.67% | - |
| HSV(B) | 178.66º | 0.56% | 0.93% | - |
| XYZ | 51.28 | 70.09 | 89.42 | - |
| YUV | 197.59 | 149.11 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 235 | 0.56 | 0 | 0.01 | 0.07 | 178.66 | 0.8 | 0.67 |
| Hex | 68 | EE | EB | 38 | 0 | 1 | 7 | B3 | 50 | 43 |
| Octal | 150 | 356 | 353 | 70 | 0 | 1 | 7 | 263 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11101011 | 111000 | 0 | 1 | 111 | 10110011 | 1010000 | 1000011 |
Color Harmonies of #68EEEB
Complementary color
Monochromatic Colors of #68EEEB
Black with #68EEEB
Text Example
Text Example
White with #68EEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEEB; }
p { color: rgb(104,238,235); }
H1.HeaderClassName
{
color: #68EEEB;
}
.AnyTagClassName
{
color: #68EEEB;
}
</style>
background-color css
<style>
a { background-color: #68EEEB; }
a { background-color: rgb(104,238,235); }
div.DivClassName
{
background-color: #68EEEB;
}
.BgClassName
{
background-color: #68EEEB;
}
</style>
border-color css
<style>
span { border-color: #68EEEB; }
span { border-color: rgb(104,238,235); }
td.TdClassName
{
border-color: #68EEEB;
}
.TagClassName
{
border-color: #68EEEB;
}
</style>