Shades of Turquoise Blue #68CEDB
Tints of Turquoise Blue #68CEDB
RGB
CMYK
RGB Variations
Color information
#68CEDB (or 0x68CEDB) is known color: Turquoise Blue. HEX triplet: 68, CE and DB. RGB value is (104,206,219). Sum of RGB (Red+Green+Blue) = 104+206+219=529 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.66% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #68CEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEDB is #973124. Grayscale: #B0B0B0. Windows color (decimal): -9908517 or 14405224. OLE color: 14405224.
HSL color Cylindrical-coordinate representation of color #68CEDB: hue angle of 186.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CEDB is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 206 | 219 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 186.78º | 0.61% | 0.63% | - |
| HSV(B) | 186.78º | 0.53% | 0.86% | - |
| XYZ | 40.57 | 52.2 | 74.96 | - |
| YUV | 176.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 219 | 0.53 | 0.06 | 0 | 0.14 | 186.78 | 0.61 | 0.63 |
| Hex | 68 | CE | DB | 35 | 6 | 0 | E | BB | 3D | 3F |
| Octal | 150 | 316 | 333 | 65 | 6 | 0 | 16 | 273 | 75 | 77 |
| Binary | 1101000 | 11001110 | 11011011 | 110101 | 110 | 0 | 1110 | 10111011 | 111101 | 111111 |
Color Harmonies of #68CEDB
Complementary color
Monochromatic Colors of #68CEDB
Black with #68CEDB
Text Example
Text Example
White with #68CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEDB; }
p { color: rgb(104,206,219); }
H1.HeaderClassName
{
color: #68CEDB;
}
.AnyTagClassName
{
color: #68CEDB;
}
</style>
background-color css
<style>
a { background-color: #68CEDB; }
a { background-color: rgb(104,206,219); }
div.DivClassName
{
background-color: #68CEDB;
}
.BgClassName
{
background-color: #68CEDB;
}
</style>
border-color css
<style>
span { border-color: #68CEDB; }
span { border-color: rgb(104,206,219); }
td.TdClassName
{
border-color: #68CEDB;
}
.TagClassName
{
border-color: #68CEDB;
}
</style>