Shades of Turquoise Blue #68EAF7
Tints of Turquoise Blue #68EAF7
RGB
CMYK
RGB Variations
Color information
#68EAF7 (or 0x68EAF7) is known color: Turquoise Blue. HEX triplet: 68, EA and F7. RGB value is (104,234,247). Sum of RGB (Red+Green+Blue) = 104+234+247=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 247 (96.88% from 255 or 42.22% from 585); Max value from RGB is 247 - color contains mainly: blue. Hex color #68EAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAF7 is #971508. Grayscale: #C4C4C4. Windows color (decimal): -9901321 or 16247400. OLE color: 16247400.
HSL color Cylindrical-coordinate representation of color #68EAF7: hue angle of 185.45º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68EAF7 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 234 | 247 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.03 |
| HSL | 185.45º | 0.9% | 0.69% | - |
| HSV(B) | 185.45º | 0.58% | 0.97% | - |
| XYZ | 51.92 | 68.5 | 98.48 | - |
| YUV | 196.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 247 | 0.58 | 0.05 | 0 | 0.03 | 185.45 | 0.9 | 0.69 |
| Hex | 68 | EA | F7 | 3A | 5 | 0 | 3 | B9 | 5A | 45 |
| Octal | 150 | 352 | 367 | 72 | 5 | 0 | 3 | 271 | 132 | 105 |
| Binary | 1101000 | 11101010 | 11110111 | 111010 | 101 | 0 | 11 | 10111001 | 1011010 | 1000101 |
Color Harmonies of #68EAF7
Complementary color
Monochromatic Colors of #68EAF7
Black with #68EAF7
Text Example
Text Example
White with #68EAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAF7; }
p { color: rgb(104,234,247); }
H1.HeaderClassName
{
color: #68EAF7;
}
.AnyTagClassName
{
color: #68EAF7;
}
</style>
background-color css
<style>
a { background-color: #68EAF7; }
a { background-color: rgb(104,234,247); }
div.DivClassName
{
background-color: #68EAF7;
}
.BgClassName
{
background-color: #68EAF7;
}
</style>
border-color css
<style>
span { border-color: #68EAF7; }
span { border-color: rgb(104,234,247); }
td.TdClassName
{
border-color: #68EAF7;
}
.TagClassName
{
border-color: #68EAF7;
}
</style>