Shades of Turquoise Blue #68F0E1
Tints of Turquoise Blue #68F0E1
RGB
CMYK
RGB Variations
Color information
#68F0E1 (or 0x68F0E1) is known color: Turquoise Blue. HEX triplet: 68, F0 and E1. RGB value is (104,240,225). Sum of RGB (Red+Green+Blue) = 104+240+225=569 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.28% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F0E1 is #970F1E. Grayscale: #C5C5C5. Windows color (decimal): -9899807 or 14807144. OLE color: 14807144.
HSL color Cylindrical-coordinate representation of color #68F0E1: hue angle of 173.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0E1 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 225 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.06 |
| HSL | 173.38º | 0.82% | 0.67% | - |
| HSV(B) | 173.38º | 0.57% | 0.94% | - |
| XYZ | 50.46 | 70.7 | 82.22 | - |
| YUV | 197.63 | 143.44 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 225 | 0.57 | 0 | 0.06 | 0.06 | 173.38 | 0.82 | 0.67 |
| Hex | 68 | F0 | E1 | 39 | 0 | 6 | 6 | AD | 52 | 43 |
| Octal | 150 | 360 | 341 | 71 | 0 | 6 | 6 | 255 | 122 | 103 |
| Binary | 1101000 | 11110000 | 11100001 | 111001 | 0 | 110 | 110 | 10101101 | 1010010 | 1000011 |
Color Harmonies of #68F0E1
Complementary color
Monochromatic Colors of #68F0E1
Black with #68F0E1
Text Example
Text Example
White with #68F0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F0E1; }
p { color: rgb(104,240,225); }
H1.HeaderClassName
{
color: #68F0E1;
}
.AnyTagClassName
{
color: #68F0E1;
}
</style>
background-color css
<style>
a { background-color: #68F0E1; }
a { background-color: rgb(104,240,225); }
div.DivClassName
{
background-color: #68F0E1;
}
.BgClassName
{
background-color: #68F0E1;
}
</style>
border-color css
<style>
span { border-color: #68F0E1; }
span { border-color: rgb(104,240,225); }
td.TdClassName
{
border-color: #68F0E1;
}
.TagClassName
{
border-color: #68F0E1;
}
</style>