Shades of Turquoise Blue #68CEDC
Tints of Turquoise Blue #68CEDC
RGB
CMYK
RGB Variations
Color information
#68CEDC (or 0x68CEDC) is known color: Turquoise Blue. HEX triplet: 68, CE and DC. RGB value is (104,206,220). Sum of RGB (Red+Green+Blue) = 104+206+220=530 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.62% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #68CEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CEDC is #973123. Grayscale: #B0B0B0. Windows color (decimal): -9908516 or 14470760. OLE color: 14470760.
HSL color Cylindrical-coordinate representation of color #68CEDC: hue angle of 187.24º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68CEDC is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 206 | 220 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.14 |
| HSL | 187.24º | 0.62% | 0.64% | - |
| HSV(B) | 187.24º | 0.53% | 0.86% | - |
| XYZ | 40.7 | 52.25 | 75.65 | - |
| YUV | 177.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 220 | 0.53 | 0.06 | 0 | 0.14 | 187.24 | 0.62 | 0.64 |
| Hex | 68 | CE | DC | 35 | 6 | 0 | E | BB | 3E | 40 |
| Octal | 150 | 316 | 334 | 65 | 6 | 0 | 16 | 273 | 76 | 100 |
| Binary | 1101000 | 11001110 | 11011100 | 110101 | 110 | 0 | 1110 | 10111011 | 111110 | 1000000 |
Color Harmonies of #68CEDC
Complementary color
Monochromatic Colors of #68CEDC
Black with #68CEDC
Text Example
Text Example
White with #68CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEDC; }
p { color: rgb(104,206,220); }
H1.HeaderClassName
{
color: #68CEDC;
}
.AnyTagClassName
{
color: #68CEDC;
}
</style>
background-color css
<style>
a { background-color: #68CEDC; }
a { background-color: rgb(104,206,220); }
div.DivClassName
{
background-color: #68CEDC;
}
.BgClassName
{
background-color: #68CEDC;
}
</style>
border-color css
<style>
span { border-color: #68CEDC; }
span { border-color: rgb(104,206,220); }
td.TdClassName
{
border-color: #68CEDC;
}
.TagClassName
{
border-color: #68CEDC;
}
</style>