Shades of Turquoise Blue #68EEDB
Tints of Turquoise Blue #68EEDB
RGB
CMYK
RGB Variations
Color information
#68EEDB (or 0x68EEDB) is known color: Turquoise Blue. HEX triplet: 68, EE and DB. RGB value is (104,238,219). Sum of RGB (Red+Green+Blue) = 104+238+219=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEDB is #971124. Grayscale: #C3C3C3. Windows color (decimal): -9900325 or 14413416. OLE color: 14413416.
HSL color Cylindrical-coordinate representation of color #68EEDB: hue angle of 171.49º 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 #68EEDB is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 219 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.49º | 0.8% | 0.67% | - |
| HSV(B) | 171.49º | 0.56% | 0.93% | - |
| XYZ | 49.07 | 69.21 | 77.79 | - |
| YUV | 195.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 219 | 0.56 | 0 | 0.08 | 0.07 | 171.49 | 0.8 | 0.67 |
| Hex | 68 | EE | DB | 38 | 0 | 8 | 7 | AB | 50 | 43 |
| Octal | 150 | 356 | 333 | 70 | 0 | 10 | 7 | 253 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11011011 | 111000 | 0 | 1000 | 111 | 10101011 | 1010000 | 1000011 |
Color Harmonies of #68EEDB
Complementary color
Monochromatic Colors of #68EEDB
Black with #68EEDB
Text Example
Text Example
White with #68EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEDB; }
p { color: rgb(104,238,219); }
H1.HeaderClassName
{
color: #68EEDB;
}
.AnyTagClassName
{
color: #68EEDB;
}
</style>
background-color css
<style>
a { background-color: #68EEDB; }
a { background-color: rgb(104,238,219); }
div.DivClassName
{
background-color: #68EEDB;
}
.BgClassName
{
background-color: #68EEDB;
}
</style>
border-color css
<style>
span { border-color: #68EEDB; }
span { border-color: rgb(104,238,219); }
td.TdClassName
{
border-color: #68EEDB;
}
.TagClassName
{
border-color: #68EEDB;
}
</style>