Shades of Turquoise Blue #68E8DD
Tints of Turquoise Blue #68E8DD
RGB
CMYK
RGB Variations
Color information
#68E8DD (or 0x68E8DD) is known color: Turquoise Blue. HEX triplet: 68, E8 and DD. RGB value is (104,232,221). Sum of RGB (Red+Green+Blue) = 104+232+221=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #68E8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E8DD is #971722. Grayscale: #C0C0C0. Windows color (decimal): -9901859 or 14542952. OLE color: 14542952.
HSL color Cylindrical-coordinate representation of color #68E8DD: hue angle of 174.84º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E8DD is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 232 | 221 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.09 |
| HSL | 174.84º | 0.74% | 0.66% | - |
| HSV(B) | 174.84º | 0.55% | 0.91% | - |
| XYZ | 47.62 | 65.88 | 78.61 | - |
| YUV | 192.47 | 144.09 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 232 | 221 | 0.55 | 0 | 0.05 | 0.09 | 174.84 | 0.74 | 0.66 |
| Hex | 68 | E8 | DD | 37 | 0 | 5 | 9 | AF | 4A | 42 |
| Octal | 150 | 350 | 335 | 67 | 0 | 5 | 11 | 257 | 112 | 102 |
| Binary | 1101000 | 11101000 | 11011101 | 110111 | 0 | 101 | 1001 | 10101111 | 1001010 | 1000010 |
Color Harmonies of #68E8DD
Complementary color
Monochromatic Colors of #68E8DD
Black with #68E8DD
Text Example
Text Example
White with #68E8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E8DD; }
p { color: rgb(104,232,221); }
H1.HeaderClassName
{
color: #68E8DD;
}
.AnyTagClassName
{
color: #68E8DD;
}
</style>
background-color css
<style>
a { background-color: #68E8DD; }
a { background-color: rgb(104,232,221); }
div.DivClassName
{
background-color: #68E8DD;
}
.BgClassName
{
background-color: #68E8DD;
}
</style>
border-color css
<style>
span { border-color: #68E8DD; }
span { border-color: rgb(104,232,221); }
td.TdClassName
{
border-color: #68E8DD;
}
.TagClassName
{
border-color: #68E8DD;
}
</style>