Shades of Turquoise Blue #68DDEF
Tints of Turquoise Blue #68DDEF
RGB
CMYK
RGB Variations
Color information
#68DDEF (or 0x68DDEF) is known color: Turquoise Blue. HEX triplet: 68, DD and EF. RGB value is (104,221,239). Sum of RGB (Red+Green+Blue) = 104+221+239=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #68DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDEF is #972210. Grayscale: #BBBBBB. Windows color (decimal): -9904657 or 15719784. OLE color: 15719784.
HSL color Cylindrical-coordinate representation of color #68DDEF: hue angle of 188º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DDEF is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 221 | 239 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.06 |
| HSL | 188º | 0.81% | 0.67% | - |
| HSV(B) | 188º | 0.56% | 0.94% | - |
| XYZ | 47.15 | 60.89 | 90.93 | - |
| YUV | 188.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 239 | 0.56 | 0.08 | 0 | 0.06 | 188 | 0.81 | 0.67 |
| Hex | 68 | DD | EF | 38 | 8 | 0 | 6 | BC | 51 | 43 |
| Octal | 150 | 335 | 357 | 70 | 10 | 0 | 6 | 274 | 121 | 103 |
| Binary | 1101000 | 11011101 | 11101111 | 111000 | 1000 | 0 | 110 | 10111100 | 1010001 | 1000011 |
Color Harmonies of #68DDEF
Complementary color
Monochromatic Colors of #68DDEF
Black with #68DDEF
Text Example
Text Example
White with #68DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDEF; }
p { color: rgb(104,221,239); }
H1.HeaderClassName
{
color: #68DDEF;
}
.AnyTagClassName
{
color: #68DDEF;
}
</style>
background-color css
<style>
a { background-color: #68DDEF; }
a { background-color: rgb(104,221,239); }
div.DivClassName
{
background-color: #68DDEF;
}
.BgClassName
{
background-color: #68DDEF;
}
</style>
border-color css
<style>
span { border-color: #68DDEF; }
span { border-color: rgb(104,221,239); }
td.TdClassName
{
border-color: #68DDEF;
}
.TagClassName
{
border-color: #68DDEF;
}
</style>