Shades of Turquoise Blue #68EFE6
Tints of Turquoise Blue #68EFE6
RGB
CMYK
RGB Variations
Color information
#68EFE6 (or 0x68EFE6) is known color: Turquoise Blue. HEX triplet: 68, EF and E6. RGB value is (104,239,230). Sum of RGB (Red+Green+Blue) = 104+239+230=573 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.15% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFE6 is #971019. Grayscale: #C5C5C5. Windows color (decimal): -9900058 or 15134568. OLE color: 15134568.
HSL color Cylindrical-coordinate representation of color #68EFE6: hue angle of 176º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFE6 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 239 | 230 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.06 |
| HSL | 176º | 0.81% | 0.67% | - |
| HSV(B) | 176º | 0.56% | 0.94% | - |
| XYZ | 50.86 | 70.39 | 85.77 | - |
| YUV | 197.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 239 | 230 | 0.56 | 0 | 0.04 | 0.06 | 176 | 0.81 | 0.67 |
| Hex | 68 | EF | E6 | 38 | 0 | 4 | 6 | B0 | 51 | 43 |
| Octal | 150 | 357 | 346 | 70 | 0 | 4 | 6 | 260 | 121 | 103 |
| Binary | 1101000 | 11101111 | 11100110 | 111000 | 0 | 100 | 110 | 10110000 | 1010001 | 1000011 |
Color Harmonies of #68EFE6
Complementary color
Monochromatic Colors of #68EFE6
Black with #68EFE6
Text Example
Text Example
White with #68EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EFE6; }
p { color: rgb(104,239,230); }
H1.HeaderClassName
{
color: #68EFE6;
}
.AnyTagClassName
{
color: #68EFE6;
}
</style>
background-color css
<style>
a { background-color: #68EFE6; }
a { background-color: rgb(104,239,230); }
div.DivClassName
{
background-color: #68EFE6;
}
.BgClassName
{
background-color: #68EFE6;
}
</style>
border-color css
<style>
span { border-color: #68EFE6; }
span { border-color: rgb(104,239,230); }
td.TdClassName
{
border-color: #68EFE6;
}
.TagClassName
{
border-color: #68EFE6;
}
</style>