Shades of Turquoise Blue #68CCE9
Tints of Turquoise Blue #68CCE9
RGB
CMYK
RGB Variations
Color information
#68CCE9 (or 0x68CCE9) is known color: Turquoise Blue. HEX triplet: 68, CC and E9. RGB value is (104,204,233). Sum of RGB (Red+Green+Blue) = 104+204+233=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #68CCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCE9 is #973316. Grayscale: #B1B1B1. Windows color (decimal): -9909015 or 15322216. OLE color: 15322216.
HSL color Cylindrical-coordinate representation of color #68CCE9: hue angle of 193.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CCE9 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 204 | 233 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.09 |
| HSL | 193.49º | 0.75% | 0.66% | - |
| HSV(B) | 193.49º | 0.55% | 0.91% | - |
| XYZ | 42.01 | 52.01 | 84.92 | - |
| YUV | 177.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 233 | 0.55 | 0.12 | 0 | 0.09 | 193.49 | 0.75 | 0.66 |
| Hex | 68 | CC | E9 | 37 | C | 0 | 9 | C1 | 4B | 42 |
| Octal | 150 | 314 | 351 | 67 | 14 | 0 | 11 | 301 | 113 | 102 |
| Binary | 1101000 | 11001100 | 11101001 | 110111 | 1100 | 0 | 1001 | 11000001 | 1001011 | 1000010 |
Color Harmonies of #68CCE9
Complementary color
Monochromatic Colors of #68CCE9
Black with #68CCE9
Text Example
Text Example
White with #68CCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCE9; }
p { color: rgb(104,204,233); }
H1.HeaderClassName
{
color: #68CCE9;
}
.AnyTagClassName
{
color: #68CCE9;
}
</style>
background-color css
<style>
a { background-color: #68CCE9; }
a { background-color: rgb(104,204,233); }
div.DivClassName
{
background-color: #68CCE9;
}
.BgClassName
{
background-color: #68CCE9;
}
</style>
border-color css
<style>
span { border-color: #68CCE9; }
span { border-color: rgb(104,204,233); }
td.TdClassName
{
border-color: #68CCE9;
}
.TagClassName
{
border-color: #68CCE9;
}
</style>