Shades of Turquoise Blue #68E2EF
Tints of Turquoise Blue #68E2EF
RGB
CMYK
RGB Variations
Color information
#68E2EF (or 0x68E2EF) is known color: Turquoise Blue. HEX triplet: 68, E2 and EF. RGB value is (104,226,239). Sum of RGB (Red+Green+Blue) = 104+226+239=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #68E2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E2EF is #971D10. Grayscale: #BEBEBE. Windows color (decimal): -9903377 or 15721064. OLE color: 15721064.
HSL color Cylindrical-coordinate representation of color #68E2EF: hue angle of 185.78º 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 #68E2EF is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 226 | 239 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.06 |
| HSL | 185.78º | 0.81% | 0.67% | - |
| HSV(B) | 185.78º | 0.56% | 0.94% | - |
| XYZ | 48.49 | 63.57 | 91.38 | - |
| YUV | 191 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 239 | 0.56 | 0.05 | 0 | 0.06 | 185.78 | 0.81 | 0.67 |
| Hex | 68 | E2 | EF | 38 | 5 | 0 | 6 | BA | 51 | 43 |
| Octal | 150 | 342 | 357 | 70 | 5 | 0 | 6 | 272 | 121 | 103 |
| Binary | 1101000 | 11100010 | 11101111 | 111000 | 101 | 0 | 110 | 10111010 | 1010001 | 1000011 |
Color Harmonies of #68E2EF
Complementary color
Monochromatic Colors of #68E2EF
Black with #68E2EF
Text Example
Text Example
White with #68E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2EF; }
p { color: rgb(104,226,239); }
H1.HeaderClassName
{
color: #68E2EF;
}
.AnyTagClassName
{
color: #68E2EF;
}
</style>
background-color css
<style>
a { background-color: #68E2EF; }
a { background-color: rgb(104,226,239); }
div.DivClassName
{
background-color: #68E2EF;
}
.BgClassName
{
background-color: #68E2EF;
}
</style>
border-color css
<style>
span { border-color: #68E2EF; }
span { border-color: rgb(104,226,239); }
td.TdClassName
{
border-color: #68E2EF;
}
.TagClassName
{
border-color: #68E2EF;
}
</style>