Shades of Turquoise Blue #68DEDB
Tints of Turquoise Blue #68DEDB
RGB
CMYK
RGB Variations
Color information
#68DEDB (or 0x68DEDB) is known color: Turquoise Blue. HEX triplet: 68, DE and DB. RGB value is (104,222,219). Sum of RGB (Red+Green+Blue) = 104+222+219=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 222 - color contains mainly: green. Hex color #68DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEDB is #972124. Grayscale: #BABABA. Windows color (decimal): -9904421 or 14409320. OLE color: 14409320.
HSL color Cylindrical-coordinate representation of color #68DEDB: hue angle of 178.47º 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 #68DEDB is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 219 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.13 |
| HSL | 178.47º | 0.64% | 0.64% | - |
| HSV(B) | 178.47º | 0.53% | 0.87% | - |
| XYZ | 44.62 | 60.3 | 76.31 | - |
| YUV | 186.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 219 | 0.53 | 0 | 0.01 | 0.13 | 178.47 | 0.64 | 0.64 |
| Hex | 68 | DE | DB | 35 | 0 | 1 | D | B2 | 40 | 40 |
| Octal | 150 | 336 | 333 | 65 | 0 | 1 | 15 | 262 | 100 | 100 |
| Binary | 1101000 | 11011110 | 11011011 | 110101 | 0 | 1 | 1101 | 10110010 | 1000000 | 1000000 |
Color Harmonies of #68DEDB
Complementary color
Monochromatic Colors of #68DEDB
Black with #68DEDB
Text Example
Text Example
White with #68DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEDB; }
p { color: rgb(104,222,219); }
H1.HeaderClassName
{
color: #68DEDB;
}
.AnyTagClassName
{
color: #68DEDB;
}
</style>
background-color css
<style>
a { background-color: #68DEDB; }
a { background-color: rgb(104,222,219); }
div.DivClassName
{
background-color: #68DEDB;
}
.BgClassName
{
background-color: #68DEDB;
}
</style>
border-color css
<style>
span { border-color: #68DEDB; }
span { border-color: rgb(104,222,219); }
td.TdClassName
{
border-color: #68DEDB;
}
.TagClassName
{
border-color: #68DEDB;
}
</style>