Shades of Turquoise Blue #68E1FA
Tints of Turquoise Blue #68E1FA
RGB
CMYK
RGB Variations
Color information
#68E1FA (or 0x68E1FA) is known color: Turquoise Blue. HEX triplet: 68, E1 and FA. RGB value is (104,225,250). Sum of RGB (Red+Green+Blue) = 104+225+250=579 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.96% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #68E1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E1FA is #971E05. Grayscale: #BFBFBF. Windows color (decimal): -9903622 or 16441704. OLE color: 16441704.
HSL color Cylindrical-coordinate representation of color #68E1FA: hue angle of 190.27º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68E1FA is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 225 | 250 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.02 |
| HSL | 190.27º | 0.94% | 0.69% | - |
| HSV(B) | 190.27º | 0.58% | 0.98% | - |
| XYZ | 49.89 | 63.7 | 100.11 | - |
| YUV | 191.67 | 160.91 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 250 | 0.58 | 0.10 | 0 | 0.02 | 190.27 | 0.94 | 0.69 |
| Hex | 68 | E1 | FA | 3A | A | 0 | 2 | BE | 5E | 45 |
| Octal | 150 | 341 | 372 | 72 | 12 | 0 | 2 | 276 | 136 | 105 |
| Binary | 1101000 | 11100001 | 11111010 | 111010 | 1010 | 0 | 10 | 10111110 | 1011110 | 1000101 |
Color Harmonies of #68E1FA
Complementary color
Monochromatic Colors of #68E1FA
Black with #68E1FA
Text Example
Text Example
White with #68E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E1FA; }
p { color: rgb(104,225,250); }
H1.HeaderClassName
{
color: #68E1FA;
}
.AnyTagClassName
{
color: #68E1FA;
}
</style>
background-color css
<style>
a { background-color: #68E1FA; }
a { background-color: rgb(104,225,250); }
div.DivClassName
{
background-color: #68E1FA;
}
.BgClassName
{
background-color: #68E1FA;
}
</style>
border-color css
<style>
span { border-color: #68E1FA; }
span { border-color: rgb(104,225,250); }
td.TdClassName
{
border-color: #68E1FA;
}
.TagClassName
{
border-color: #68E1FA;
}
</style>