Shades of Turquoise Blue #68DCD4
Tints of Turquoise Blue #68DCD4
RGB
CMYK
RGB Variations
Color information
#68DCD4 (or 0x68DCD4) is known color: Turquoise Blue. HEX triplet: 68, DC and D4. RGB value is (104,220,212). Sum of RGB (Red+Green+Blue) = 104+220+212=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DCD4 is #97232B. Grayscale: #B8B8B8. Windows color (decimal): -9904940 or 13950056. OLE color: 13950056.
HSL color Cylindrical-coordinate representation of color #68DCD4: hue angle of 175.86º 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 #68DCD4 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 212 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.14 |
| HSL | 175.86º | 0.62% | 0.64% | - |
| HSV(B) | 175.86º | 0.53% | 0.86% | - |
| XYZ | 43.19 | 58.88 | 71.38 | - |
| YUV | 184.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 212 | 0.53 | 0 | 0.04 | 0.14 | 175.86 | 0.62 | 0.64 |
| Hex | 68 | DC | D4 | 35 | 0 | 4 | E | B0 | 3E | 40 |
| Octal | 150 | 334 | 324 | 65 | 0 | 4 | 16 | 260 | 76 | 100 |
| Binary | 1101000 | 11011100 | 11010100 | 110101 | 0 | 100 | 1110 | 10110000 | 111110 | 1000000 |
Color Harmonies of #68DCD4
Complementary color
Monochromatic Colors of #68DCD4
Black with #68DCD4
Text Example
Text Example
White with #68DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCD4; }
p { color: rgb(104,220,212); }
H1.HeaderClassName
{
color: #68DCD4;
}
.AnyTagClassName
{
color: #68DCD4;
}
</style>
background-color css
<style>
a { background-color: #68DCD4; }
a { background-color: rgb(104,220,212); }
div.DivClassName
{
background-color: #68DCD4;
}
.BgClassName
{
background-color: #68DCD4;
}
</style>
border-color css
<style>
span { border-color: #68DCD4; }
span { border-color: rgb(104,220,212); }
td.TdClassName
{
border-color: #68DCD4;
}
.TagClassName
{
border-color: #68DCD4;
}
</style>