Shades of Turquoise Blue #68DFDC
Tints of Turquoise Blue #68DFDC
RGB
CMYK
RGB Variations
Color information
#68DFDC (or 0x68DFDC) is known color: Turquoise Blue. HEX triplet: 68, DF and DC. RGB value is (104,223,220). Sum of RGB (Red+Green+Blue) = 104+223+220=547 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.01% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFDC is #972023. Grayscale: #BABABA. Windows color (decimal): -9904164 or 14475112. OLE color: 14475112.
HSL color Cylindrical-coordinate representation of color #68DFDC: hue angle of 178.49º 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 #68DFDC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 220 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.49º | 0.65% | 0.64% | - |
| HSV(B) | 178.49º | 0.53% | 0.87% | - |
| XYZ | 45.01 | 60.89 | 77.09 | - |
| YUV | 187.08 | 146.58 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 220 | 0.53 | 0 | 0.01 | 0.13 | 178.49 | 0.65 | 0.64 |
| Hex | 68 | DF | DC | 35 | 0 | 1 | D | B2 | 41 | 40 |
| Octal | 150 | 337 | 334 | 65 | 0 | 1 | 15 | 262 | 101 | 100 |
| Binary | 1101000 | 11011111 | 11011100 | 110101 | 0 | 1 | 1101 | 10110010 | 1000001 | 1000000 |
Color Harmonies of #68DFDC
Complementary color
Monochromatic Colors of #68DFDC
Black with #68DFDC
Text Example
Text Example
White with #68DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFDC; }
p { color: rgb(104,223,220); }
H1.HeaderClassName
{
color: #68DFDC;
}
.AnyTagClassName
{
color: #68DFDC;
}
</style>
background-color css
<style>
a { background-color: #68DFDC; }
a { background-color: rgb(104,223,220); }
div.DivClassName
{
background-color: #68DFDC;
}
.BgClassName
{
background-color: #68DFDC;
}
</style>
border-color css
<style>
span { border-color: #68DFDC; }
span { border-color: rgb(104,223,220); }
td.TdClassName
{
border-color: #68DFDC;
}
.TagClassName
{
border-color: #68DFDC;
}
</style>