Shades of Turquoise Blue #68D3DC
Tints of Turquoise Blue #68D3DC
RGB
CMYK
RGB Variations
Color information
#68D3DC (or 0x68D3DC) is known color: Turquoise Blue. HEX triplet: 68, D3 and DC. RGB value is (104,211,220). Sum of RGB (Red+Green+Blue) = 104+211+220=535 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.44% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D3DC is #972C23. Grayscale: #B3B3B3. Windows color (decimal): -9907236 or 14472040. OLE color: 14472040.
HSL color Cylindrical-coordinate representation of color #68D3DC: hue angle of 184.66º 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 #68D3DC is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 211 | 220 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.14 |
| HSL | 184.66º | 0.62% | 0.64% | - |
| HSV(B) | 184.66º | 0.53% | 0.86% | - |
| XYZ | 41.92 | 54.7 | 76.06 | - |
| YUV | 180.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 220 | 0.53 | 0.04 | 0 | 0.14 | 184.66 | 0.62 | 0.64 |
| Hex | 68 | D3 | DC | 35 | 4 | 0 | E | B9 | 3E | 40 |
| Octal | 150 | 323 | 334 | 65 | 4 | 0 | 16 | 271 | 76 | 100 |
| Binary | 1101000 | 11010011 | 11011100 | 110101 | 100 | 0 | 1110 | 10111001 | 111110 | 1000000 |
Color Harmonies of #68D3DC
Complementary color
Monochromatic Colors of #68D3DC
Black with #68D3DC
Text Example
Text Example
White with #68D3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3DC; }
p { color: rgb(104,211,220); }
H1.HeaderClassName
{
color: #68D3DC;
}
.AnyTagClassName
{
color: #68D3DC;
}
</style>
background-color css
<style>
a { background-color: #68D3DC; }
a { background-color: rgb(104,211,220); }
div.DivClassName
{
background-color: #68D3DC;
}
.BgClassName
{
background-color: #68D3DC;
}
</style>
border-color css
<style>
span { border-color: #68D3DC; }
span { border-color: rgb(104,211,220); }
td.TdClassName
{
border-color: #68D3DC;
}
.TagClassName
{
border-color: #68D3DC;
}
</style>