Shades of Turquoise Blue #68E2FF
Tints of Turquoise Blue #68E2FF
RGB
CMYK
RGB Variations
Color information
#68E2FF (or 0x68E2FF) is known color: Turquoise Blue. HEX triplet: 68, E2 and FF. RGB value is (104,226,255). Sum of RGB (Red+Green+Blue) = 104+226+255=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #68E2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68E2FF is #971D00. Grayscale: #C0C0C0. Windows color (decimal): -9903361 or 16769640. OLE color: 16769640.
HSL color Cylindrical-coordinate representation of color #68E2FF: hue angle of 191.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68E2FF is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 226 | 255 | - |
| CMYK | 0.59 | 0.11 | 0 | 0 |
| HSL | 191.52º | 1% | 0.7% | - |
| HSV(B) | 191.52º | 0.59% | 1% | - |
| XYZ | 50.96 | 64.56 | 104.38 | - |
| YUV | 192.83 | 163.08 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 226 | 255 | 0.59 | 0.11 | 0 | 0 | 191.52 | 1 | 0.7 |
| Hex | 68 | E2 | FF | 3B | B | 0 | 0 | C0 | 64 | 46 |
| Octal | 150 | 342 | 377 | 73 | 13 | 0 | 0 | 300 | 144 | 106 |
| Binary | 1101000 | 11100010 | 11111111 | 111011 | 1011 | 0 | 0 | 11000000 | 1100100 | 1000110 |
Color Harmonies of #68E2FF
Complementary color
Monochromatic Colors of #68E2FF
Black with #68E2FF
Text Example
Text Example
White with #68E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E2FF; }
p { color: rgb(104,226,255); }
H1.HeaderClassName
{
color: #68E2FF;
}
.AnyTagClassName
{
color: #68E2FF;
}
</style>
background-color css
<style>
a { background-color: #68E2FF; }
a { background-color: rgb(104,226,255); }
div.DivClassName
{
background-color: #68E2FF;
}
.BgClassName
{
background-color: #68E2FF;
}
</style>
border-color css
<style>
span { border-color: #68E2FF; }
span { border-color: rgb(104,226,255); }
td.TdClassName
{
border-color: #68E2FF;
}
.TagClassName
{
border-color: #68E2FF;
}
</style>