Shades of Turquoise Blue #68E9DF
Tints of Turquoise Blue #68E9DF
RGB
CMYK
RGB Variations
Color information
#68E9DF (or 0x68E9DF) is known color: Turquoise Blue. HEX triplet: 68, E9 and DF. RGB value is (104,233,223). Sum of RGB (Red+Green+Blue) = 104+233+223=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68E9DF is #971620. Grayscale: #C1C1C1. Windows color (decimal): -9901601 or 14674280. OLE color: 14674280.
HSL color Cylindrical-coordinate representation of color #68E9DF: hue angle of 175.35º 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 #68E9DF is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 223 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.09 |
| HSL | 175.35º | 0.75% | 0.66% | - |
| HSV(B) | 175.35º | 0.55% | 0.91% | - |
| XYZ | 48.17 | 66.55 | 80.12 | - |
| YUV | 193.29 | 144.76 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 223 | 0.55 | 0 | 0.04 | 0.09 | 175.35 | 0.75 | 0.66 |
| Hex | 68 | E9 | DF | 37 | 0 | 4 | 9 | AF | 4B | 42 |
| Octal | 150 | 351 | 337 | 67 | 0 | 4 | 11 | 257 | 113 | 102 |
| Binary | 1101000 | 11101001 | 11011111 | 110111 | 0 | 100 | 1001 | 10101111 | 1001011 | 1000010 |
Color Harmonies of #68E9DF
Complementary color
Monochromatic Colors of #68E9DF
Black with #68E9DF
Text Example
Text Example
White with #68E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9DF; }
p { color: rgb(104,233,223); }
H1.HeaderClassName
{
color: #68E9DF;
}
.AnyTagClassName
{
color: #68E9DF;
}
</style>
background-color css
<style>
a { background-color: #68E9DF; }
a { background-color: rgb(104,233,223); }
div.DivClassName
{
background-color: #68E9DF;
}
.BgClassName
{
background-color: #68E9DF;
}
</style>
border-color css
<style>
span { border-color: #68E9DF; }
span { border-color: rgb(104,233,223); }
td.TdClassName
{
border-color: #68E9DF;
}
.TagClassName
{
border-color: #68E9DF;
}
</style>