Shades of Turquoise Blue #68ECF0
Tints of Turquoise Blue #68ECF0
RGB
CMYK
RGB Variations
Color information
#68ECF0 (or 0x68ECF0) is known color: Turquoise Blue. HEX triplet: 68, EC and F0. RGB value is (104,236,240). Sum of RGB (Red+Green+Blue) = 104+236+240=580 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.93% from 580); Green value is 236 (92.58% from 255 or 40.69% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 240 - color contains mainly: blue. Hex color #68ECF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECF0 is #97130F. Grayscale: #C4C4C4. Windows color (decimal): -9900816 or 15789160. OLE color: 15789160.
HSL color Cylindrical-coordinate representation of color #68ECF0: hue angle of 181.76º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68ECF0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 236 | 240 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.06 |
| HSL | 181.76º | 0.82% | 0.67% | - |
| HSV(B) | 181.76º | 0.57% | 0.94% | - |
| XYZ | 51.43 | 69.23 | 93.09 | - |
| YUV | 196.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 240 | 0.57 | 0.02 | 0 | 0.06 | 181.76 | 0.82 | 0.67 |
| Hex | 68 | EC | F0 | 39 | 2 | 0 | 6 | B6 | 52 | 43 |
| Octal | 150 | 354 | 360 | 71 | 2 | 0 | 6 | 266 | 122 | 103 |
| Binary | 1101000 | 11101100 | 11110000 | 111001 | 10 | 0 | 110 | 10110110 | 1010010 | 1000011 |
Color Harmonies of #68ECF0
Complementary color
Monochromatic Colors of #68ECF0
Black with #68ECF0
Text Example
Text Example
White with #68ECF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ECF0; }
p { color: rgb(104,236,240); }
H1.HeaderClassName
{
color: #68ECF0;
}
.AnyTagClassName
{
color: #68ECF0;
}
</style>
background-color css
<style>
a { background-color: #68ECF0; }
a { background-color: rgb(104,236,240); }
div.DivClassName
{
background-color: #68ECF0;
}
.BgClassName
{
background-color: #68ECF0;
}
</style>
border-color css
<style>
span { border-color: #68ECF0; }
span { border-color: rgb(104,236,240); }
td.TdClassName
{
border-color: #68ECF0;
}
.TagClassName
{
border-color: #68ECF0;
}
</style>