Shades of Turquoise Blue #68DADC
Tints of Turquoise Blue #68DADC
RGB
CMYK
RGB Variations
Color information
#68DADC (or 0x68DADC) is known color: Turquoise Blue. HEX triplet: 68, DA and DC. RGB value is (104,218,220). Sum of RGB (Red+Green+Blue) = 104+218+220=542 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.19% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #68DADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DADC is #972523. Grayscale: #B8B8B8. Windows color (decimal): -9905444 or 14473832. OLE color: 14473832.
HSL color Cylindrical-coordinate representation of color #68DADC: hue angle of 181.03º 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 #68DADC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 218 | 220 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.14 |
| HSL | 181.03º | 0.62% | 0.64% | - |
| HSV(B) | 181.03º | 0.53% | 0.86% | - |
| XYZ | 43.7 | 58.25 | 76.65 | - |
| YUV | 184.14 | 148.23 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 220 | 0.53 | 0.01 | 0 | 0.14 | 181.03 | 0.62 | 0.64 |
| Hex | 68 | DA | DC | 35 | 1 | 0 | E | B5 | 3E | 40 |
| Octal | 150 | 332 | 334 | 65 | 1 | 0 | 16 | 265 | 76 | 100 |
| Binary | 1101000 | 11011010 | 11011100 | 110101 | 1 | 0 | 1110 | 10110101 | 111110 | 1000000 |
Color Harmonies of #68DADC
Complementary color
Monochromatic Colors of #68DADC
Black with #68DADC
Text Example
Text Example
White with #68DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DADC; }
p { color: rgb(104,218,220); }
H1.HeaderClassName
{
color: #68DADC;
}
.AnyTagClassName
{
color: #68DADC;
}
</style>
background-color css
<style>
a { background-color: #68DADC; }
a { background-color: rgb(104,218,220); }
div.DivClassName
{
background-color: #68DADC;
}
.BgClassName
{
background-color: #68DADC;
}
</style>
border-color css
<style>
span { border-color: #68DADC; }
span { border-color: rgb(104,218,220); }
td.TdClassName
{
border-color: #68DADC;
}
.TagClassName
{
border-color: #68DADC;
}
</style>