Shades of Turquoise Blue #68E3ED
Tints of Turquoise Blue #68E3ED
RGB
CMYK
RGB Variations
Color information
#68E3ED (or 0x68E3ED) is known color: Turquoise Blue. HEX triplet: 68, E3 and ED. RGB value is (104,227,237). Sum of RGB (Red+Green+Blue) = 104+227+237=568 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.31% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #68E3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E3ED is #971C12. Grayscale: #BFBFBF. Windows color (decimal): -9903123 or 15590248. OLE color: 15590248.
HSL color Cylindrical-coordinate representation of color #68E3ED: hue angle of 184.51º 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 #68E3ED is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 227 | 237 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.07 |
| HSL | 184.51º | 0.79% | 0.67% | - |
| HSV(B) | 184.51º | 0.56% | 0.93% | - |
| XYZ | 48.46 | 64 | 89.92 | - |
| YUV | 191.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 227 | 237 | 0.56 | 0.04 | 0 | 0.07 | 184.51 | 0.79 | 0.67 |
| Hex | 68 | E3 | ED | 38 | 4 | 0 | 7 | B9 | 4F | 43 |
| Octal | 150 | 343 | 355 | 70 | 4 | 0 | 7 | 271 | 117 | 103 |
| Binary | 1101000 | 11100011 | 11101101 | 111000 | 100 | 0 | 111 | 10111001 | 1001111 | 1000011 |
Color Harmonies of #68E3ED
Complementary color
Monochromatic Colors of #68E3ED
Black with #68E3ED
Text Example
Text Example
White with #68E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E3ED; }
p { color: rgb(104,227,237); }
H1.HeaderClassName
{
color: #68E3ED;
}
.AnyTagClassName
{
color: #68E3ED;
}
</style>
background-color css
<style>
a { background-color: #68E3ED; }
a { background-color: rgb(104,227,237); }
div.DivClassName
{
background-color: #68E3ED;
}
.BgClassName
{
background-color: #68E3ED;
}
</style>
border-color css
<style>
span { border-color: #68E3ED; }
span { border-color: rgb(104,227,237); }
td.TdClassName
{
border-color: #68E3ED;
}
.TagClassName
{
border-color: #68E3ED;
}
</style>