Shades of Turquoise Blue #68E1F3
Tints of Turquoise Blue #68E1F3
RGB
CMYK
RGB Variations
Color information
#68E1F3 (or 0x68E1F3) is known color: Turquoise Blue. HEX triplet: 68, E1 and F3. RGB value is (104,225,243). Sum of RGB (Red+Green+Blue) = 104+225+243=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #68E1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E1F3 is #971E0C. Grayscale: #BEBEBE. Windows color (decimal): -9903629 or 15982952. OLE color: 15982952.
HSL color Cylindrical-coordinate representation of color #68E1F3: hue angle of 187.77º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68E1F3 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 225 | 243 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.05 |
| HSL | 187.77º | 0.85% | 0.68% | - |
| HSV(B) | 187.77º | 0.57% | 0.95% | - |
| XYZ | 48.81 | 63.26 | 94.43 | - |
| YUV | 190.87 | 157.41 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 243 | 0.57 | 0.07 | 0 | 0.05 | 187.77 | 0.85 | 0.68 |
| Hex | 68 | E1 | F3 | 39 | 7 | 0 | 5 | BC | 55 | 44 |
| Octal | 150 | 341 | 363 | 71 | 7 | 0 | 5 | 274 | 125 | 104 |
| Binary | 1101000 | 11100001 | 11110011 | 111001 | 111 | 0 | 101 | 10111100 | 1010101 | 1000100 |
Color Harmonies of #68E1F3
Complementary color
Monochromatic Colors of #68E1F3
Black with #68E1F3
Text Example
Text Example
White with #68E1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1F3; }
p { color: rgb(104,225,243); }
H1.HeaderClassName
{
color: #68E1F3;
}
.AnyTagClassName
{
color: #68E1F3;
}
</style>
background-color css
<style>
a { background-color: #68E1F3; }
a { background-color: rgb(104,225,243); }
div.DivClassName
{
background-color: #68E1F3;
}
.BgClassName
{
background-color: #68E1F3;
}
</style>
border-color css
<style>
span { border-color: #68E1F3; }
span { border-color: rgb(104,225,243); }
td.TdClassName
{
border-color: #68E1F3;
}
.TagClassName
{
border-color: #68E1F3;
}
</style>