Shades of Turquoise Blue #68DCEB
Tints of Turquoise Blue #68DCEB
RGB
CMYK
RGB Variations
Color information
#68DCEB (or 0x68DCEB) is known color: Turquoise Blue. HEX triplet: 68, DC and EB. RGB value is (104,220,235). Sum of RGB (Red+Green+Blue) = 104+220+235=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #68DCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCEB is #972314. Grayscale: #BABABA. Windows color (decimal): -9904917 or 15457384. OLE color: 15457384.
HSL color Cylindrical-coordinate representation of color #68DCEB: hue angle of 186.87º degrees, saturation: 0.77, 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 #68DCEB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 220 | 235 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.08 |
| HSL | 186.87º | 0.77% | 0.66% | - |
| HSV(B) | 186.87º | 0.56% | 0.92% | - |
| XYZ | 46.3 | 60.13 | 87.76 | - |
| YUV | 187.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 235 | 0.56 | 0.06 | 0 | 0.08 | 186.87 | 0.77 | 0.66 |
| Hex | 68 | DC | EB | 38 | 6 | 0 | 8 | BB | 4D | 42 |
| Octal | 150 | 334 | 353 | 70 | 6 | 0 | 10 | 273 | 115 | 102 |
| Binary | 1101000 | 11011100 | 11101011 | 111000 | 110 | 0 | 1000 | 10111011 | 1001101 | 1000010 |
Color Harmonies of #68DCEB
Complementary color
Monochromatic Colors of #68DCEB
Black with #68DCEB
Text Example
Text Example
White with #68DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCEB; }
p { color: rgb(104,220,235); }
H1.HeaderClassName
{
color: #68DCEB;
}
.AnyTagClassName
{
color: #68DCEB;
}
</style>
background-color css
<style>
a { background-color: #68DCEB; }
a { background-color: rgb(104,220,235); }
div.DivClassName
{
background-color: #68DCEB;
}
.BgClassName
{
background-color: #68DCEB;
}
</style>
border-color css
<style>
span { border-color: #68DCEB; }
span { border-color: rgb(104,220,235); }
td.TdClassName
{
border-color: #68DCEB;
}
.TagClassName
{
border-color: #68DCEB;
}
</style>