Shades of Turquoise Blue #68F2E2
Tints of Turquoise Blue #68F2E2
RGB
CMYK
RGB Variations
Color information
#68F2E2 (or 0x68F2E2) is known color: Turquoise Blue. HEX triplet: 68, F2 and E2. RGB value is (104,242,226). Sum of RGB (Red+Green+Blue) = 104+242+226=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F2E2 is #970D1D. Grayscale: #C6C6C6. Windows color (decimal): -9899294 or 14873192. OLE color: 14873192.
HSL color Cylindrical-coordinate representation of color #68F2E2: hue angle of 173.04º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2E2 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 226 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.05 |
| HSL | 173.04º | 0.84% | 0.68% | - |
| HSV(B) | 173.04º | 0.57% | 0.95% | - |
| XYZ | 51.19 | 71.94 | 83.14 | - |
| YUV | 198.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 226 | 0.57 | 0 | 0.07 | 0.05 | 173.04 | 0.84 | 0.68 |
| Hex | 68 | F2 | E2 | 39 | 0 | 7 | 5 | AD | 54 | 44 |
| Octal | 150 | 362 | 342 | 71 | 0 | 7 | 5 | 255 | 124 | 104 |
| Binary | 1101000 | 11110010 | 11100010 | 111001 | 0 | 111 | 101 | 10101101 | 1010100 | 1000100 |
Color Harmonies of #68F2E2
Complementary color
Monochromatic Colors of #68F2E2
Black with #68F2E2
Text Example
Text Example
White with #68F2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2E2; }
p { color: rgb(104,242,226); }
H1.HeaderClassName
{
color: #68F2E2;
}
.AnyTagClassName
{
color: #68F2E2;
}
</style>
background-color css
<style>
a { background-color: #68F2E2; }
a { background-color: rgb(104,242,226); }
div.DivClassName
{
background-color: #68F2E2;
}
.BgClassName
{
background-color: #68F2E2;
}
</style>
border-color css
<style>
span { border-color: #68F2E2; }
span { border-color: rgb(104,242,226); }
td.TdClassName
{
border-color: #68F2E2;
}
.TagClassName
{
border-color: #68F2E2;
}
</style>