Shades of Turquoise Blue #68EEDC
Tints of Turquoise Blue #68EEDC
RGB
CMYK
RGB Variations
Color information
#68EEDC (or 0x68EEDC) is known color: Turquoise Blue. HEX triplet: 68, EE and DC. RGB value is (104,238,220). Sum of RGB (Red+Green+Blue) = 104+238+220=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #68EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EEDC is #971123. Grayscale: #C3C3C3. Windows color (decimal): -9900324 or 14478952. OLE color: 14478952.
HSL color Cylindrical-coordinate representation of color #68EEDC: hue angle of 171.94º 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 #68EEDC is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 238 | 220 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.94º | 0.8% | 0.67% | - |
| HSV(B) | 171.94º | 0.56% | 0.93% | - |
| XYZ | 49.2 | 69.26 | 78.49 | - |
| YUV | 195.88 | 141.61 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 238 | 220 | 0.56 | 0 | 0.08 | 0.07 | 171.94 | 0.8 | 0.67 |
| Hex | 68 | EE | DC | 38 | 0 | 8 | 7 | AC | 50 | 43 |
| Octal | 150 | 356 | 334 | 70 | 0 | 10 | 7 | 254 | 120 | 103 |
| Binary | 1101000 | 11101110 | 11011100 | 111000 | 0 | 1000 | 111 | 10101100 | 1010000 | 1000011 |
Color Harmonies of #68EEDC
Complementary color
Monochromatic Colors of #68EEDC
Black with #68EEDC
Text Example
Text Example
White with #68EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EEDC; }
p { color: rgb(104,238,220); }
H1.HeaderClassName
{
color: #68EEDC;
}
.AnyTagClassName
{
color: #68EEDC;
}
</style>
background-color css
<style>
a { background-color: #68EEDC; }
a { background-color: rgb(104,238,220); }
div.DivClassName
{
background-color: #68EEDC;
}
.BgClassName
{
background-color: #68EEDC;
}
</style>
border-color css
<style>
span { border-color: #68EEDC; }
span { border-color: rgb(104,238,220); }
td.TdClassName
{
border-color: #68EEDC;
}
.TagClassName
{
border-color: #68EEDC;
}
</style>