Shades of Turquoise Blue #68E2FA
Tints of Turquoise Blue #68E2FA
RGB
CMYK
RGB Variations
Color information
#68E2FA (or 0x68E2FA) is known color: Turquoise Blue. HEX triplet: 68, E2 and FA. RGB value is (104,226,250). Sum of RGB (Red+Green+Blue) = 104+226+250=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #68E2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E2FA is #971D05. Grayscale: #C0C0C0. Windows color (decimal): -9903366 or 16441960. OLE color: 16441960.
HSL color Cylindrical-coordinate representation of color #68E2FA: hue angle of 189.86º 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 #68E2FA is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 226 | 250 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.02 |
| HSL | 189.86º | 0.94% | 0.69% | - |
| HSV(B) | 189.86º | 0.58% | 0.98% | - |
| XYZ | 50.16 | 64.24 | 100.2 | - |
| YUV | 192.26 | 160.58 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 250 | 0.58 | 0.10 | 0 | 0.02 | 189.86 | 0.94 | 0.69 |
| Hex | 68 | E2 | FA | 3A | A | 0 | 2 | BE | 5E | 45 |
| Octal | 150 | 342 | 372 | 72 | 12 | 0 | 2 | 276 | 136 | 105 |
| Binary | 1101000 | 11100010 | 11111010 | 111010 | 1010 | 0 | 10 | 10111110 | 1011110 | 1000101 |
Color Harmonies of #68E2FA
Complementary color
Monochromatic Colors of #68E2FA
Black with #68E2FA
Text Example
Text Example
White with #68E2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2FA; }
p { color: rgb(104,226,250); }
H1.HeaderClassName
{
color: #68E2FA;
}
.AnyTagClassName
{
color: #68E2FA;
}
</style>
background-color css
<style>
a { background-color: #68E2FA; }
a { background-color: rgb(104,226,250); }
div.DivClassName
{
background-color: #68E2FA;
}
.BgClassName
{
background-color: #68E2FA;
}
</style>
border-color css
<style>
span { border-color: #68E2FA; }
span { border-color: rgb(104,226,250); }
td.TdClassName
{
border-color: #68E2FA;
}
.TagClassName
{
border-color: #68E2FA;
}
</style>