Shades of Turquoise Blue #68DEDC
Tints of Turquoise Blue #68DEDC
RGB
CMYK
RGB Variations
Color information
#68DEDC (or 0x68DEDC) is known color: Turquoise Blue. HEX triplet: 68, DE and DC. RGB value is (104,222,220). Sum of RGB (Red+Green+Blue) = 104+222+220=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEDC is #972123. Grayscale: #BABABA. Windows color (decimal): -9904420 or 14474856. OLE color: 14474856.
HSL color Cylindrical-coordinate representation of color #68DEDC: hue angle of 178.98º degrees, saturation: 0.64, 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 #68DEDC is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 220 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.98º | 0.64% | 0.64% | - |
| HSV(B) | 178.98º | 0.53% | 0.87% | - |
| XYZ | 44.75 | 60.35 | 77 | - |
| YUV | 186.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 220 | 0.53 | 0 | 0.01 | 0.13 | 178.98 | 0.64 | 0.64 |
| Hex | 68 | DE | DC | 35 | 0 | 1 | D | B3 | 40 | 40 |
| Octal | 150 | 336 | 334 | 65 | 0 | 1 | 15 | 263 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11011100 | 110101 | 0 | 1 | 1101 | 10110011 | 1000000 | 1000000 |
Color Harmonies of #68DEDC
Complementary color
Monochromatic Colors of #68DEDC
Black with #68DEDC
Text Example
Text Example
White with #68DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEDC; }
p { color: rgb(104,222,220); }
H1.HeaderClassName
{
color: #68DEDC;
}
.AnyTagClassName
{
color: #68DEDC;
}
</style>
background-color css
<style>
a { background-color: #68DEDC; }
a { background-color: rgb(104,222,220); }
div.DivClassName
{
background-color: #68DEDC;
}
.BgClassName
{
background-color: #68DEDC;
}
</style>
border-color css
<style>
span { border-color: #68DEDC; }
span { border-color: rgb(104,222,220); }
td.TdClassName
{
border-color: #68DEDC;
}
.TagClassName
{
border-color: #68DEDC;
}
</style>