Shades of Turquoise Blue #68EDDA
Tints of Turquoise Blue #68EDDA
RGB
CMYK
RGB Variations
Color information
#68EDDA (or 0x68EDDA) is known color: Turquoise Blue. HEX triplet: 68, ED and DA. RGB value is (104,237,218). Sum of RGB (Red+Green+Blue) = 104+237+218=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #68EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EDDA is #971225. Grayscale: #C3C3C3. Windows color (decimal): -9900582 or 14347624. OLE color: 14347624.
HSL color Cylindrical-coordinate representation of color #68EDDA: hue angle of 171.43º 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 #68EDDA is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 237 | 218 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.43º | 0.79% | 0.67% | - |
| HSV(B) | 171.43º | 0.56% | 0.93% | - |
| XYZ | 48.65 | 68.57 | 77 | - |
| YUV | 195.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 237 | 218 | 0.56 | 0 | 0.08 | 0.07 | 171.43 | 0.79 | 0.67 |
| Hex | 68 | ED | DA | 38 | 0 | 8 | 7 | AB | 4F | 43 |
| Octal | 150 | 355 | 332 | 70 | 0 | 10 | 7 | 253 | 117 | 103 |
| Binary | 1101000 | 11101101 | 11011010 | 111000 | 0 | 1000 | 111 | 10101011 | 1001111 | 1000011 |
Color Harmonies of #68EDDA
Complementary color
Monochromatic Colors of #68EDDA
Black with #68EDDA
Text Example
Text Example
White with #68EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EDDA; }
p { color: rgb(104,237,218); }
H1.HeaderClassName
{
color: #68EDDA;
}
.AnyTagClassName
{
color: #68EDDA;
}
</style>
background-color css
<style>
a { background-color: #68EDDA; }
a { background-color: rgb(104,237,218); }
div.DivClassName
{
background-color: #68EDDA;
}
.BgClassName
{
background-color: #68EDDA;
}
</style>
border-color css
<style>
span { border-color: #68EDDA; }
span { border-color: rgb(104,237,218); }
td.TdClassName
{
border-color: #68EDDA;
}
.TagClassName
{
border-color: #68EDDA;
}
</style>