Shades of Turquoise Blue #68E9E7
Tints of Turquoise Blue #68E9E7
RGB
CMYK
RGB Variations
Color information
#68E9E7 (or 0x68E9E7) is known color: Turquoise Blue. HEX triplet: 68, E9 and E7. RGB value is (104,233,231). Sum of RGB (Red+Green+Blue) = 104+233+231=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 233 (91.41% from 255 or 41.02% from 568); Blue value is 231 (90.62% from 255 or 40.67% from 568); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9E7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E9E7 is #971618. Grayscale: #C2C2C2. Windows color (decimal): -9901593 or 15198568. OLE color: 15198568.
HSL color Cylindrical-coordinate representation of color #68E9E7: hue angle of 179.07º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9E7 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 231 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.09 |
| HSL | 179.07º | 0.75% | 0.66% | - |
| HSV(B) | 179.07º | 0.55% | 0.91% | - |
| XYZ | 49.27 | 66.99 | 85.93 | - |
| YUV | 194.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 231 | 0.55 | 0 | 0.01 | 0.09 | 179.07 | 0.75 | 0.66 |
| Hex | 68 | E9 | E7 | 37 | 0 | 1 | 9 | B3 | 4B | 42 |
| Octal | 150 | 351 | 347 | 67 | 0 | 1 | 11 | 263 | 113 | 102 |
| Binary | 1101000 | 11101001 | 11100111 | 110111 | 0 | 1 | 1001 | 10110011 | 1001011 | 1000010 |
Color Harmonies of #68E9E7
Complementary color
Monochromatic Colors of #68E9E7
Black with #68E9E7
Text Example
Text Example
White with #68E9E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9E7; }
p { color: rgb(104,233,231); }
H1.HeaderClassName
{
color: #68E9E7;
}
.AnyTagClassName
{
color: #68E9E7;
}
</style>
background-color css
<style>
a { background-color: #68E9E7; }
a { background-color: rgb(104,233,231); }
div.DivClassName
{
background-color: #68E9E7;
}
.BgClassName
{
background-color: #68E9E7;
}
</style>
border-color css
<style>
span { border-color: #68E9E7; }
span { border-color: rgb(104,233,231); }
td.TdClassName
{
border-color: #68E9E7;
}
.TagClassName
{
border-color: #68E9E7;
}
</style>