Shades of Turquoise Blue #68E4FD
Tints of Turquoise Blue #68E4FD
RGB
CMYK
RGB Variations
Color information
#68E4FD (or 0x68E4FD) is known color: Turquoise Blue. HEX triplet: 68, E4 and FD. RGB value is (104,228,253). Sum of RGB (Red+Green+Blue) = 104+228+253=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #68E4FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E4FD is #971B02. Grayscale: #C1C1C1. Windows color (decimal): -9902851 or 16639080. OLE color: 16639080.
HSL color Cylindrical-coordinate representation of color #68E4FD: hue angle of 190.07º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E4FD is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 228 | 253 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.01 |
| HSL | 190.07º | 0.97% | 0.7% | - |
| HSV(B) | 190.07º | 0.59% | 0.99% | - |
| XYZ | 51.18 | 65.52 | 102.88 | - |
| YUV | 193.77 | 161.42 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 228 | 253 | 0.59 | 0.10 | 0 | 0.01 | 190.07 | 0.97 | 0.7 |
| Hex | 68 | E4 | FD | 3B | A | 0 | 1 | BE | 61 | 46 |
| Octal | 150 | 344 | 375 | 73 | 12 | 0 | 1 | 276 | 141 | 106 |
| Binary | 1101000 | 11100100 | 11111101 | 111011 | 1010 | 0 | 1 | 10111110 | 1100001 | 1000110 |
Color Harmonies of #68E4FD
Complementary color
Monochromatic Colors of #68E4FD
Black with #68E4FD
Text Example
Text Example
White with #68E4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E4FD; }
p { color: rgb(104,228,253); }
H1.HeaderClassName
{
color: #68E4FD;
}
.AnyTagClassName
{
color: #68E4FD;
}
</style>
background-color css
<style>
a { background-color: #68E4FD; }
a { background-color: rgb(104,228,253); }
div.DivClassName
{
background-color: #68E4FD;
}
.BgClassName
{
background-color: #68E4FD;
}
</style>
border-color css
<style>
span { border-color: #68E4FD; }
span { border-color: rgb(104,228,253); }
td.TdClassName
{
border-color: #68E4FD;
}
.TagClassName
{
border-color: #68E4FD;
}
</style>