Shades of Turquoise Blue #68D0DC
Tints of Turquoise Blue #68D0DC
RGB
CMYK
RGB Variations
Color information
#68D0DC (or 0x68D0DC) is known color: Turquoise Blue. HEX triplet: 68, D0 and DC. RGB value is (104,208,220). Sum of RGB (Red+Green+Blue) = 104+208+220=532 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.55% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D0DC is #972F23. Grayscale: #B2B2B2. Windows color (decimal): -9908004 or 14471272. OLE color: 14471272.
HSL color Cylindrical-coordinate representation of color #68D0DC: hue angle of 186.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68D0DC is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 208 | 220 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.14 |
| HSL | 186.21º | 0.62% | 0.64% | - |
| HSV(B) | 186.21º | 0.53% | 0.86% | - |
| XYZ | 41.18 | 53.22 | 75.81 | - |
| YUV | 178.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 220 | 0.53 | 0.05 | 0 | 0.14 | 186.21 | 0.62 | 0.64 |
| Hex | 68 | D0 | DC | 35 | 5 | 0 | E | BA | 3E | 40 |
| Octal | 150 | 320 | 334 | 65 | 5 | 0 | 16 | 272 | 76 | 100 |
| Binary | 1101000 | 11010000 | 11011100 | 110101 | 101 | 0 | 1110 | 10111010 | 111110 | 1000000 |
Color Harmonies of #68D0DC
Complementary color
Monochromatic Colors of #68D0DC
Black with #68D0DC
Text Example
Text Example
White with #68D0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D0DC; }
p { color: rgb(104,208,220); }
H1.HeaderClassName
{
color: #68D0DC;
}
.AnyTagClassName
{
color: #68D0DC;
}
</style>
background-color css
<style>
a { background-color: #68D0DC; }
a { background-color: rgb(104,208,220); }
div.DivClassName
{
background-color: #68D0DC;
}
.BgClassName
{
background-color: #68D0DC;
}
</style>
border-color css
<style>
span { border-color: #68D0DC; }
span { border-color: rgb(104,208,220); }
td.TdClassName
{
border-color: #68D0DC;
}
.TagClassName
{
border-color: #68D0DC;
}
</style>