Shades of Turquoise Blue #68E6DD
Tints of Turquoise Blue #68E6DD
RGB
CMYK
RGB Variations
Color information
#68E6DD (or 0x68E6DD) is known color: Turquoise Blue. HEX triplet: 68, E6 and DD. RGB value is (104,230,221). Sum of RGB (Red+Green+Blue) = 104+230+221=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 230 (90.23% from 255 or 41.44% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 230 - color contains mainly: green. Hex color #68E6DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E6DD is #971922. Grayscale: #BFBFBF. Windows color (decimal): -9902371 or 14542440. OLE color: 14542440.
HSL color Cylindrical-coordinate representation of color #68E6DD: hue angle of 175.71º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E6DD is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 230 | 221 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.10 |
| HSL | 175.71º | 0.72% | 0.65% | - |
| HSV(B) | 175.71º | 0.55% | 0.9% | - |
| XYZ | 47.06 | 64.76 | 78.43 | - |
| YUV | 191.3 | 144.76 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 221 | 0.55 | 0 | 0.04 | 0.10 | 175.71 | 0.72 | 0.65 |
| Hex | 68 | E6 | DD | 37 | 0 | 4 | A | B0 | 48 | 41 |
| Octal | 150 | 346 | 335 | 67 | 0 | 4 | 12 | 260 | 110 | 101 |
| Binary | 1101000 | 11100110 | 11011101 | 110111 | 0 | 100 | 1010 | 10110000 | 1001000 | 1000001 |
Color Harmonies of #68E6DD
Complementary color
Monochromatic Colors of #68E6DD
Black with #68E6DD
Text Example
Text Example
White with #68E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E6DD; }
p { color: rgb(104,230,221); }
H1.HeaderClassName
{
color: #68E6DD;
}
.AnyTagClassName
{
color: #68E6DD;
}
</style>
background-color css
<style>
a { background-color: #68E6DD; }
a { background-color: rgb(104,230,221); }
div.DivClassName
{
background-color: #68E6DD;
}
.BgClassName
{
background-color: #68E6DD;
}
</style>
border-color css
<style>
span { border-color: #68E6DD; }
span { border-color: rgb(104,230,221); }
td.TdClassName
{
border-color: #68E6DD;
}
.TagClassName
{
border-color: #68E6DD;
}
</style>