Shades of Turquoise Blue #68DCE9
Tints of Turquoise Blue #68DCE9
RGB
CMYK
RGB Variations
Color information
#68DCE9 (or 0x68DCE9) is known color: Turquoise Blue. HEX triplet: 68, DC and E9. RGB value is (104,220,233). Sum of RGB (Red+Green+Blue) = 104+220+233=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #68DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCE9 is #972316. Grayscale: #BABABA. Windows color (decimal): -9904919 or 15326312. OLE color: 15326312.
HSL color Cylindrical-coordinate representation of color #68DCE9: hue angle of 186.05º 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 #68DCE9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 220 | 233 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.09 |
| HSL | 186.05º | 0.75% | 0.66% | - |
| HSV(B) | 186.05º | 0.55% | 0.91% | - |
| XYZ | 46.01 | 60.01 | 86.25 | - |
| YUV | 186.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 233 | 0.55 | 0.06 | 0 | 0.09 | 186.05 | 0.75 | 0.66 |
| Hex | 68 | DC | E9 | 37 | 6 | 0 | 9 | BA | 4B | 42 |
| Octal | 150 | 334 | 351 | 67 | 6 | 0 | 11 | 272 | 113 | 102 |
| Binary | 1101000 | 11011100 | 11101001 | 110111 | 110 | 0 | 1001 | 10111010 | 1001011 | 1000010 |
Color Harmonies of #68DCE9
Complementary color
Monochromatic Colors of #68DCE9
Black with #68DCE9
Text Example
Text Example
White with #68DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCE9; }
p { color: rgb(104,220,233); }
H1.HeaderClassName
{
color: #68DCE9;
}
.AnyTagClassName
{
color: #68DCE9;
}
</style>
background-color css
<style>
a { background-color: #68DCE9; }
a { background-color: rgb(104,220,233); }
div.DivClassName
{
background-color: #68DCE9;
}
.BgClassName
{
background-color: #68DCE9;
}
</style>
border-color css
<style>
span { border-color: #68DCE9; }
span { border-color: rgb(104,220,233); }
td.TdClassName
{
border-color: #68DCE9;
}
.TagClassName
{
border-color: #68DCE9;
}
</style>