Shades of Turquoise Blue #68E7E6
Tints of Turquoise Blue #68E7E6
RGB
CMYK
RGB Variations
Color information
#68E7E6 (or 0x68E7E6) is known color: Turquoise Blue. HEX triplet: 68, E7 and E6. RGB value is (104,231,230). Sum of RGB (Red+Green+Blue) = 104+231+230=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #68E7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E7E6 is #971819. Grayscale: #C0C0C0. Windows color (decimal): -9902106 or 15132520. OLE color: 15132520.
HSL color Cylindrical-coordinate representation of color #68E7E6: hue angle of 179.53º degrees, saturation: 0.73, 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 #68E7E6 is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 230 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.09 |
| HSL | 179.53º | 0.73% | 0.66% | - |
| HSV(B) | 179.53º | 0.55% | 0.91% | - |
| XYZ | 48.57 | 65.81 | 85.01 | - |
| YUV | 192.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 230 | 0.55 | 0 | 0.00 | 0.09 | 179.53 | 0.73 | 0.66 |
| Hex | 68 | E7 | E6 | 37 | 0 | 0 | 9 | B4 | 49 | 42 |
| Octal | 150 | 347 | 346 | 67 | 0 | 0 | 11 | 264 | 111 | 102 |
| Binary | 1101000 | 11100111 | 11100110 | 110111 | 0 | 0 | 1001 | 10110100 | 1001001 | 1000010 |
Color Harmonies of #68E7E6
Complementary color
Monochromatic Colors of #68E7E6
Black with #68E7E6
Text Example
Text Example
White with #68E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E7E6; }
p { color: rgb(104,231,230); }
H1.HeaderClassName
{
color: #68E7E6;
}
.AnyTagClassName
{
color: #68E7E6;
}
</style>
background-color css
<style>
a { background-color: #68E7E6; }
a { background-color: rgb(104,231,230); }
div.DivClassName
{
background-color: #68E7E6;
}
.BgClassName
{
background-color: #68E7E6;
}
</style>
border-color css
<style>
span { border-color: #68E7E6; }
span { border-color: rgb(104,231,230); }
td.TdClassName
{
border-color: #68E7E6;
}
.TagClassName
{
border-color: #68E7E6;
}
</style>