Shades of Turquoise Blue #68E1ED
Tints of Turquoise Blue #68E1ED
RGB
CMYK
RGB Variations
Color information
#68E1ED (or 0x68E1ED) is known color: Turquoise Blue. HEX triplet: 68, E1 and ED. RGB value is (104,225,237). Sum of RGB (Red+Green+Blue) = 104+225+237=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #68E1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E1ED is #971E12. Grayscale: #BEBEBE. Windows color (decimal): -9903635 or 15589736. OLE color: 15589736.
HSL color Cylindrical-coordinate representation of color #68E1ED: hue angle of 185.41º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68E1ED is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 225 | 237 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.07 |
| HSL | 185.41º | 0.79% | 0.67% | - |
| HSV(B) | 185.41º | 0.56% | 0.93% | - |
| XYZ | 47.92 | 62.91 | 89.74 | - |
| YUV | 190.19 | 154.41 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 237 | 0.56 | 0.05 | 0 | 0.07 | 185.41 | 0.79 | 0.67 |
| Hex | 68 | E1 | ED | 38 | 5 | 0 | 7 | B9 | 4F | 43 |
| Octal | 150 | 341 | 355 | 70 | 5 | 0 | 7 | 271 | 117 | 103 |
| Binary | 1101000 | 11100001 | 11101101 | 111000 | 101 | 0 | 111 | 10111001 | 1001111 | 1000011 |
Color Harmonies of #68E1ED
Complementary color
Monochromatic Colors of #68E1ED
Black with #68E1ED
Text Example
Text Example
White with #68E1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1ED; }
p { color: rgb(104,225,237); }
H1.HeaderClassName
{
color: #68E1ED;
}
.AnyTagClassName
{
color: #68E1ED;
}
</style>
background-color css
<style>
a { background-color: #68E1ED; }
a { background-color: rgb(104,225,237); }
div.DivClassName
{
background-color: #68E1ED;
}
.BgClassName
{
background-color: #68E1ED;
}
</style>
border-color css
<style>
span { border-color: #68E1ED; }
span { border-color: rgb(104,225,237); }
td.TdClassName
{
border-color: #68E1ED;
}
.TagClassName
{
border-color: #68E1ED;
}
</style>