Shades of Turquoise Blue #68CCEC
Tints of Turquoise Blue #68CCEC
RGB
CMYK
RGB Variations
Color information
#68CCEC (or 0x68CCEC) is known color: Turquoise Blue. HEX triplet: 68, CC and EC. RGB value is (104,204,236). Sum of RGB (Red+Green+Blue) = 104+204+236=544 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.12% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #68CCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCEC is #973313. Grayscale: #B1B1B1. Windows color (decimal): -9909012 or 15518824. OLE color: 15518824.
HSL color Cylindrical-coordinate representation of color #68CCEC: hue angle of 194.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CCEC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 204 | 236 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.07 |
| HSL | 194.55º | 0.78% | 0.67% | - |
| HSV(B) | 194.55º | 0.56% | 0.93% | - |
| XYZ | 42.44 | 52.18 | 87.19 | - |
| YUV | 177.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 236 | 0.56 | 0.14 | 0 | 0.07 | 194.55 | 0.78 | 0.67 |
| Hex | 68 | CC | EC | 38 | E | 0 | 7 | C3 | 4E | 43 |
| Octal | 150 | 314 | 354 | 70 | 16 | 0 | 7 | 303 | 116 | 103 |
| Binary | 1101000 | 11001100 | 11101100 | 111000 | 1110 | 0 | 111 | 11000011 | 1001110 | 1000011 |
Color Harmonies of #68CCEC
Complementary color
Monochromatic Colors of #68CCEC
Black with #68CCEC
Text Example
Text Example
White with #68CCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCEC; }
p { color: rgb(104,204,236); }
H1.HeaderClassName
{
color: #68CCEC;
}
.AnyTagClassName
{
color: #68CCEC;
}
</style>
background-color css
<style>
a { background-color: #68CCEC; }
a { background-color: rgb(104,204,236); }
div.DivClassName
{
background-color: #68CCEC;
}
.BgClassName
{
background-color: #68CCEC;
}
</style>
border-color css
<style>
span { border-color: #68CCEC; }
span { border-color: rgb(104,204,236); }
td.TdClassName
{
border-color: #68CCEC;
}
.TagClassName
{
border-color: #68CCEC;
}
</style>