Shades of Turquoise Blue #68E6FE
Tints of Turquoise Blue #68E6FE
RGB
CMYK
RGB Variations
Color information
#68E6FE (or 0x68E6FE) is known color: Turquoise Blue. HEX triplet: 68, E6 and FE. RGB value is (104,230,254). Sum of RGB (Red+Green+Blue) = 104+230+254=588 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.69% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #68E6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E6FE is #971901. Grayscale: #C2C2C2. Windows color (decimal): -9902338 or 16705128. OLE color: 16705128.
HSL color Cylindrical-coordinate representation of color #68E6FE: hue angle of 189.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E6FE is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 230 | 254 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.00 |
| HSL | 189.6º | 0.99% | 0.7% | - |
| HSV(B) | 189.6º | 0.59% | 1% | - |
| XYZ | 51.9 | 66.69 | 103.9 | - |
| YUV | 195.06 | 161.26 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 230 | 254 | 0.59 | 0.09 | 0 | 0.00 | 189.6 | 0.99 | 0.7 |
| Hex | 68 | E6 | FE | 3B | 9 | 0 | 0 | BE | 63 | 46 |
| Octal | 150 | 346 | 376 | 73 | 11 | 0 | 0 | 276 | 143 | 106 |
| Binary | 1101000 | 11100110 | 11111110 | 111011 | 1001 | 0 | 0 | 10111110 | 1100011 | 1000110 |
Color Harmonies of #68E6FE
Complementary color
Monochromatic Colors of #68E6FE
Black with #68E6FE
Text Example
Text Example
White with #68E6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E6FE; }
p { color: rgb(104,230,254); }
H1.HeaderClassName
{
color: #68E6FE;
}
.AnyTagClassName
{
color: #68E6FE;
}
</style>
background-color css
<style>
a { background-color: #68E6FE; }
a { background-color: rgb(104,230,254); }
div.DivClassName
{
background-color: #68E6FE;
}
.BgClassName
{
background-color: #68E6FE;
}
</style>
border-color css
<style>
span { border-color: #68E6FE; }
span { border-color: rgb(104,230,254); }
td.TdClassName
{
border-color: #68E6FE;
}
.TagClassName
{
border-color: #68E6FE;
}
</style>