Shades of Turquoise Blue #68D5DC
Tints of Turquoise Blue #68D5DC
RGB
CMYK
RGB Variations
Color information
#68D5DC (or 0x68D5DC) is known color: Turquoise Blue. HEX triplet: 68, D5 and DC. RGB value is (104,213,220). Sum of RGB (Red+Green+Blue) = 104+213+220=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #68D5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68D5DC is #972A23. Grayscale: #B5B5B5. Windows color (decimal): -9906724 or 14472552. OLE color: 14472552.
HSL color Cylindrical-coordinate representation of color #68D5DC: hue angle of 183.62º 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 #68D5DC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 213 | 220 | - |
| CMYK | 0.53 | 0.03 | 0 | 0.14 |
| HSL | 183.62º | 0.62% | 0.64% | - |
| HSV(B) | 183.62º | 0.53% | 0.86% | - |
| XYZ | 42.42 | 55.7 | 76.23 | - |
| YUV | 181.21 | 149.89 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 220 | 0.53 | 0.03 | 0 | 0.14 | 183.62 | 0.62 | 0.64 |
| Hex | 68 | D5 | DC | 35 | 3 | 0 | E | B8 | 3E | 40 |
| Octal | 150 | 325 | 334 | 65 | 3 | 0 | 16 | 270 | 76 | 100 |
| Binary | 1101000 | 11010101 | 11011100 | 110101 | 11 | 0 | 1110 | 10111000 | 111110 | 1000000 |
Color Harmonies of #68D5DC
Complementary color
Monochromatic Colors of #68D5DC
Black with #68D5DC
Text Example
Text Example
White with #68D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5DC; }
p { color: rgb(104,213,220); }
H1.HeaderClassName
{
color: #68D5DC;
}
.AnyTagClassName
{
color: #68D5DC;
}
</style>
background-color css
<style>
a { background-color: #68D5DC; }
a { background-color: rgb(104,213,220); }
div.DivClassName
{
background-color: #68D5DC;
}
.BgClassName
{
background-color: #68D5DC;
}
</style>
border-color css
<style>
span { border-color: #68D5DC; }
span { border-color: rgb(104,213,220); }
td.TdClassName
{
border-color: #68D5DC;
}
.TagClassName
{
border-color: #68D5DC;
}
</style>