Shades of Turquoise Blue #68EDEB
Tints of Turquoise Blue #68EDEB
RGB
CMYK
RGB Variations
Color information
#68EDEB (or 0x68EDEB) is known color: Turquoise Blue. HEX triplet: 68, ED and EB. RGB value is (104,237,235). Sum of RGB (Red+Green+Blue) = 104+237+235=576 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.06% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EDEB is #971214. Grayscale: #C4C4C4. Windows color (decimal): -9900565 or 15461736. OLE color: 15461736.
HSL color Cylindrical-coordinate representation of color #68EDEB: hue angle of 179.1º 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 #68EDEB is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 235 | - |
| CMYK | 0.56 | 0 | 0.01 | 0.07 |
| HSL | 179.1º | 0.79% | 0.67% | - |
| HSV(B) | 179.1º | 0.56% | 0.93% | - |
| XYZ | 50.99 | 69.51 | 89.33 | - |
| YUV | 197.01 | 149.44 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 235 | 0.56 | 0 | 0.01 | 0.07 | 179.1 | 0.79 | 0.67 |
| Hex | 68 | ED | EB | 38 | 0 | 1 | 7 | B3 | 4F | 43 |
| Octal | 150 | 355 | 353 | 70 | 0 | 1 | 7 | 263 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11101011 | 111000 | 0 | 1 | 111 | 10110011 | 1001111 | 1000011 |
Color Harmonies of #68EDEB
Complementary color
Monochromatic Colors of #68EDEB
Black with #68EDEB
Text Example
Text Example
White with #68EDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDEB; }
p { color: rgb(104,237,235); }
H1.HeaderClassName
{
color: #68EDEB;
}
.AnyTagClassName
{
color: #68EDEB;
}
</style>
background-color css
<style>
a { background-color: #68EDEB; }
a { background-color: rgb(104,237,235); }
div.DivClassName
{
background-color: #68EDEB;
}
.BgClassName
{
background-color: #68EDEB;
}
</style>
border-color css
<style>
span { border-color: #68EDEB; }
span { border-color: rgb(104,237,235); }
td.TdClassName
{
border-color: #68EDEB;
}
.TagClassName
{
border-color: #68EDEB;
}
</style>