Shades of Turquoise Blue #68CDE0
Tints of Turquoise Blue #68CDE0
RGB
CMYK
RGB Variations
Color information
#68CDE0 (or 0x68CDE0) is known color: Turquoise Blue. HEX triplet: 68, CD and E0. RGB value is (104,205,224). Sum of RGB (Red+Green+Blue) = 104+205+224=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #68CDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDE0 is #97321F. Grayscale: #B0B0B0. Windows color (decimal): -9908768 or 14732648. OLE color: 14732648.
HSL color Cylindrical-coordinate representation of color #68CDE0: hue angle of 189.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CDE0 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 205 | 224 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.12 |
| HSL | 189.5º | 0.66% | 0.64% | - |
| HSV(B) | 189.5º | 0.54% | 0.88% | - |
| XYZ | 40.99 | 51.99 | 78.39 | - |
| YUV | 176.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 224 | 0.54 | 0.08 | 0 | 0.12 | 189.5 | 0.66 | 0.64 |
| Hex | 68 | CD | E0 | 36 | 8 | 0 | C | BE | 42 | 40 |
| Octal | 150 | 315 | 340 | 66 | 10 | 0 | 14 | 276 | 102 | 100 |
| Binary | 1101000 | 11001101 | 11100000 | 110110 | 1000 | 0 | 1100 | 10111110 | 1000010 | 1000000 |
Color Harmonies of #68CDE0
Complementary color
Monochromatic Colors of #68CDE0
Black with #68CDE0
Text Example
Text Example
White with #68CDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDE0; }
p { color: rgb(104,205,224); }
H1.HeaderClassName
{
color: #68CDE0;
}
.AnyTagClassName
{
color: #68CDE0;
}
</style>
background-color css
<style>
a { background-color: #68CDE0; }
a { background-color: rgb(104,205,224); }
div.DivClassName
{
background-color: #68CDE0;
}
.BgClassName
{
background-color: #68CDE0;
}
</style>
border-color css
<style>
span { border-color: #68CDE0; }
span { border-color: rgb(104,205,224); }
td.TdClassName
{
border-color: #68CDE0;
}
.TagClassName
{
border-color: #68CDE0;
}
</style>