Shades of Turquoise Blue #68CCE6
Tints of Turquoise Blue #68CCE6
RGB
CMYK
RGB Variations
Color information
#68CCE6 (or 0x68CCE6) is known color: Turquoise Blue. HEX triplet: 68, CC and E6. RGB value is (104,204,230). Sum of RGB (Red+Green+Blue) = 104+204+230=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #68CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CCE6 is #973319. Grayscale: #B0B0B0. Windows color (decimal): -9909018 or 15125608. OLE color: 15125608.
HSL color Cylindrical-coordinate representation of color #68CCE6: hue angle of 192.38º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68CCE6 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 204 | 230 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.10 |
| HSL | 192.38º | 0.72% | 0.65% | - |
| HSV(B) | 192.38º | 0.55% | 0.9% | - |
| XYZ | 41.58 | 51.84 | 82.68 | - |
| YUV | 177.06 | 157.87 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 230 | 0.55 | 0.11 | 0 | 0.10 | 192.38 | 0.72 | 0.65 |
| Hex | 68 | CC | E6 | 37 | B | 0 | A | C0 | 48 | 41 |
| Octal | 150 | 314 | 346 | 67 | 13 | 0 | 12 | 300 | 110 | 101 |
| Binary | 1101000 | 11001100 | 11100110 | 110111 | 1011 | 0 | 1010 | 11000000 | 1001000 | 1000001 |
Color Harmonies of #68CCE6
Complementary color
Monochromatic Colors of #68CCE6
Black with #68CCE6
Text Example
Text Example
White with #68CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CCE6; }
p { color: rgb(104,204,230); }
H1.HeaderClassName
{
color: #68CCE6;
}
.AnyTagClassName
{
color: #68CCE6;
}
</style>
background-color css
<style>
a { background-color: #68CCE6; }
a { background-color: rgb(104,204,230); }
div.DivClassName
{
background-color: #68CCE6;
}
.BgClassName
{
background-color: #68CCE6;
}
</style>
border-color css
<style>
span { border-color: #68CCE6; }
span { border-color: rgb(104,204,230); }
td.TdClassName
{
border-color: #68CCE6;
}
.TagClassName
{
border-color: #68CCE6;
}
</style>