Shades of Turquoise Blue #68DCE6
Tints of Turquoise Blue #68DCE6
RGB
CMYK
RGB Variations
Color information
#68DCE6 (or 0x68DCE6) is known color: Turquoise Blue. HEX triplet: 68, DC and E6. RGB value is (104,220,230). Sum of RGB (Red+Green+Blue) = 104+220+230=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #68DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCE6 is #972319. Grayscale: #BABABA. Windows color (decimal): -9904922 or 15129704. OLE color: 15129704.
HSL color Cylindrical-coordinate representation of color #68DCE6: hue angle of 184.76º 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 #68DCE6 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 220 | 230 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.10 |
| HSL | 184.76º | 0.72% | 0.65% | - |
| HSV(B) | 184.76º | 0.55% | 0.9% | - |
| XYZ | 45.59 | 59.84 | 84.01 | - |
| YUV | 186.46 | 152.57 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 230 | 0.55 | 0.04 | 0 | 0.10 | 184.76 | 0.72 | 0.65 |
| Hex | 68 | DC | E6 | 37 | 4 | 0 | A | B9 | 48 | 41 |
| Octal | 150 | 334 | 346 | 67 | 4 | 0 | 12 | 271 | 110 | 101 |
| Binary | 1101000 | 11011100 | 11100110 | 110111 | 100 | 0 | 1010 | 10111001 | 1001000 | 1000001 |
Color Harmonies of #68DCE6
Complementary color
Monochromatic Colors of #68DCE6
Black with #68DCE6
Text Example
Text Example
White with #68DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCE6; }
p { color: rgb(104,220,230); }
H1.HeaderClassName
{
color: #68DCE6;
}
.AnyTagClassName
{
color: #68DCE6;
}
</style>
background-color css
<style>
a { background-color: #68DCE6; }
a { background-color: rgb(104,220,230); }
div.DivClassName
{
background-color: #68DCE6;
}
.BgClassName
{
background-color: #68DCE6;
}
</style>
border-color css
<style>
span { border-color: #68DCE6; }
span { border-color: rgb(104,220,230); }
td.TdClassName
{
border-color: #68DCE6;
}
.TagClassName
{
border-color: #68DCE6;
}
</style>