Shades of Turquoise Blue #68E2FD
Tints of Turquoise Blue #68E2FD
RGB
CMYK
RGB Variations
Color information
#68E2FD (or 0x68E2FD) is known color: Turquoise Blue. HEX triplet: 68, E2 and FD. RGB value is (104,226,253). Sum of RGB (Red+Green+Blue) = 104+226+253=583 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.84% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #68E2FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E2FD is #971D02. Grayscale: #C0C0C0. Windows color (decimal): -9903363 or 16638568. OLE color: 16638568.
HSL color Cylindrical-coordinate representation of color #68E2FD: hue angle of 190.87º 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 #68E2FD is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 226 | 253 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.01 |
| HSL | 190.87º | 0.97% | 0.7% | - |
| HSV(B) | 190.87º | 0.59% | 0.99% | - |
| XYZ | 50.63 | 64.43 | 102.7 | - |
| YUV | 192.6 | 162.08 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 253 | 0.59 | 0.11 | 0 | 0.01 | 190.87 | 0.97 | 0.7 |
| Hex | 68 | E2 | FD | 3B | B | 0 | 1 | BF | 61 | 46 |
| Octal | 150 | 342 | 375 | 73 | 13 | 0 | 1 | 277 | 141 | 106 |
| Binary | 1101000 | 11100010 | 11111101 | 111011 | 1011 | 0 | 1 | 10111111 | 1100001 | 1000110 |
Color Harmonies of #68E2FD
Complementary color
Monochromatic Colors of #68E2FD
Black with #68E2FD
Text Example
Text Example
White with #68E2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2FD; }
p { color: rgb(104,226,253); }
H1.HeaderClassName
{
color: #68E2FD;
}
.AnyTagClassName
{
color: #68E2FD;
}
</style>
background-color css
<style>
a { background-color: #68E2FD; }
a { background-color: rgb(104,226,253); }
div.DivClassName
{
background-color: #68E2FD;
}
.BgClassName
{
background-color: #68E2FD;
}
</style>
border-color css
<style>
span { border-color: #68E2FD; }
span { border-color: rgb(104,226,253); }
td.TdClassName
{
border-color: #68E2FD;
}
.TagClassName
{
border-color: #68E2FD;
}
</style>