Shades of Turquoise Blue #68DFD6
Tints of Turquoise Blue #68DFD6
RGB
CMYK
RGB Variations
Color information
#68DFD6 (or 0x68DFD6) is known color: Turquoise Blue. HEX triplet: 68, DF and D6. RGB value is (104,223,214). Sum of RGB (Red+Green+Blue) = 104+223+214=541 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.22% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFD6 is #972029. Grayscale: #BABABA. Windows color (decimal): -9904170 or 14081896. OLE color: 14081896.
HSL color Cylindrical-coordinate representation of color #68DFD6: hue angle of 175.46º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFD6 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 214 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.13 |
| HSL | 175.46º | 0.65% | 0.64% | - |
| HSV(B) | 175.46º | 0.53% | 0.87% | - |
| XYZ | 44.23 | 60.57 | 72.98 | - |
| YUV | 186.39 | 143.58 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 214 | 0.53 | 0 | 0.04 | 0.13 | 175.46 | 0.65 | 0.64 |
| Hex | 68 | DF | D6 | 35 | 0 | 4 | D | AF | 41 | 40 |
| Octal | 150 | 337 | 326 | 65 | 0 | 4 | 15 | 257 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11010110 | 110101 | 0 | 100 | 1101 | 10101111 | 1000001 | 1000000 |
Color Harmonies of #68DFD6
Complementary color
Monochromatic Colors of #68DFD6
Black with #68DFD6
Text Example
Text Example
White with #68DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFD6; }
p { color: rgb(104,223,214); }
H1.HeaderClassName
{
color: #68DFD6;
}
.AnyTagClassName
{
color: #68DFD6;
}
</style>
background-color css
<style>
a { background-color: #68DFD6; }
a { background-color: rgb(104,223,214); }
div.DivClassName
{
background-color: #68DFD6;
}
.BgClassName
{
background-color: #68DFD6;
}
</style>
border-color css
<style>
span { border-color: #68DFD6; }
span { border-color: rgb(104,223,214); }
td.TdClassName
{
border-color: #68DFD6;
}
.TagClassName
{
border-color: #68DFD6;
}
</style>