Shades of Turquoise Blue #68CDEA
Tints of Turquoise Blue #68CDEA
RGB
CMYK
RGB Variations
Color information
#68CDEA (or 0x68CDEA) is known color: Turquoise Blue. HEX triplet: 68, CD and EA. RGB value is (104,205,234). Sum of RGB (Red+Green+Blue) = 104+205+234=543 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.15% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #68CDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68CDEA is #973215. Grayscale: #B1B1B1. Windows color (decimal): -9908758 or 15388008. OLE color: 15388008.
HSL color Cylindrical-coordinate representation of color #68CDEA: hue angle of 193.38º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68CDEA is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 205 | 234 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.08 |
| HSL | 193.38º | 0.76% | 0.66% | - |
| HSV(B) | 193.38º | 0.56% | 0.92% | - |
| XYZ | 42.39 | 52.55 | 85.75 | - |
| YUV | 178.11 | 159.54 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 234 | 0.56 | 0.12 | 0 | 0.08 | 193.38 | 0.76 | 0.66 |
| Hex | 68 | CD | EA | 38 | C | 0 | 8 | C1 | 4C | 42 |
| Octal | 150 | 315 | 352 | 70 | 14 | 0 | 10 | 301 | 114 | 102 |
| Binary | 1101000 | 11001101 | 11101010 | 111000 | 1100 | 0 | 1000 | 11000001 | 1001100 | 1000010 |
Color Harmonies of #68CDEA
Complementary color
Monochromatic Colors of #68CDEA
Black with #68CDEA
Text Example
Text Example
White with #68CDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CDEA; }
p { color: rgb(104,205,234); }
H1.HeaderClassName
{
color: #68CDEA;
}
.AnyTagClassName
{
color: #68CDEA;
}
</style>
background-color css
<style>
a { background-color: #68CDEA; }
a { background-color: rgb(104,205,234); }
div.DivClassName
{
background-color: #68CDEA;
}
.BgClassName
{
background-color: #68CDEA;
}
</style>
border-color css
<style>
span { border-color: #68CDEA; }
span { border-color: rgb(104,205,234); }
td.TdClassName
{
border-color: #68CDEA;
}
.TagClassName
{
border-color: #68CDEA;
}
</style>