Shades of Turquoise Blue #68EDDD
Tints of Turquoise Blue #68EDDD
RGB
CMYK
RGB Variations
Color information
#68EDDD (or 0x68EDDD) is known color: Turquoise Blue. HEX triplet: 68, ED and DD. RGB value is (104,237,221). Sum of RGB (Red+Green+Blue) = 104+237+221=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDDD is #971222. Grayscale: #C3C3C3. Windows color (decimal): -9900579 or 14544232. OLE color: 14544232.
HSL color Cylindrical-coordinate representation of color #68EDDD: hue angle of 172.78º 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 #68EDDD is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 221 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.07 |
| HSL | 172.78º | 0.79% | 0.67% | - |
| HSV(B) | 172.78º | 0.56% | 0.93% | - |
| XYZ | 49.04 | 68.73 | 79.09 | - |
| YUV | 195.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 221 | 0.56 | 0 | 0.07 | 0.07 | 172.78 | 0.79 | 0.67 |
| Hex | 68 | ED | DD | 38 | 0 | 7 | 7 | AD | 4F | 43 |
| Octal | 150 | 355 | 335 | 70 | 0 | 7 | 7 | 255 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11011101 | 111000 | 0 | 111 | 111 | 10101101 | 1001111 | 1000011 |
Color Harmonies of #68EDDD
Complementary color
Monochromatic Colors of #68EDDD
Black with #68EDDD
Text Example
Text Example
White with #68EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDDD; }
p { color: rgb(104,237,221); }
H1.HeaderClassName
{
color: #68EDDD;
}
.AnyTagClassName
{
color: #68EDDD;
}
</style>
background-color css
<style>
a { background-color: #68EDDD; }
a { background-color: rgb(104,237,221); }
div.DivClassName
{
background-color: #68EDDD;
}
.BgClassName
{
background-color: #68EDDD;
}
</style>
border-color css
<style>
span { border-color: #68EDDD; }
span { border-color: rgb(104,237,221); }
td.TdClassName
{
border-color: #68EDDD;
}
.TagClassName
{
border-color: #68EDDD;
}
</style>