Shades of Turquoise Blue #68CDE3
Tints of Turquoise Blue #68CDE3
RGB
CMYK
RGB Variations
Color information
#68CDE3 (or 0x68CDE3) is known color: Turquoise Blue. HEX triplet: 68, CD and E3. RGB value is (104,205,227). Sum of RGB (Red+Green+Blue) = 104+205+227=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 227 (89.06% from 255 or 42.35% from 536); Max value from RGB is 227 - color contains mainly: blue. Hex color #68CDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68CDE3 is #97321C. Grayscale: #B1B1B1. Windows color (decimal): -9908765 or 14929256. OLE color: 14929256.
HSL color Cylindrical-coordinate representation of color #68CDE3: hue angle of 190.73º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68CDE3 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 205 | 227 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.11 |
| HSL | 190.73º | 0.69% | 0.65% | - |
| HSV(B) | 190.73º | 0.54% | 0.89% | - |
| XYZ | 41.41 | 52.15 | 80.56 | - |
| YUV | 177.31 | 156.04 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 227 | 0.54 | 0.10 | 0 | 0.11 | 190.73 | 0.69 | 0.65 |
| Hex | 68 | CD | E3 | 36 | A | 0 | B | BF | 45 | 41 |
| Octal | 150 | 315 | 343 | 66 | 12 | 0 | 13 | 277 | 105 | 101 |
| Binary | 1101000 | 11001101 | 11100011 | 110110 | 1010 | 0 | 1011 | 10111111 | 1000101 | 1000001 |
Color Harmonies of #68CDE3
Complementary color
Monochromatic Colors of #68CDE3
Black with #68CDE3
Text Example
Text Example
White with #68CDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDE3; }
p { color: rgb(104,205,227); }
H1.HeaderClassName
{
color: #68CDE3;
}
.AnyTagClassName
{
color: #68CDE3;
}
</style>
background-color css
<style>
a { background-color: #68CDE3; }
a { background-color: rgb(104,205,227); }
div.DivClassName
{
background-color: #68CDE3;
}
.BgClassName
{
background-color: #68CDE3;
}
</style>
border-color css
<style>
span { border-color: #68CDE3; }
span { border-color: rgb(104,205,227); }
td.TdClassName
{
border-color: #68CDE3;
}
.TagClassName
{
border-color: #68CDE3;
}
</style>