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