Shades of Turquoise Blue #68D3EF
Tints of Turquoise Blue #68D3EF
RGB
CMYK
RGB Variations
Color information
#68D3EF (or 0x68D3EF) is known color: Turquoise Blue. HEX triplet: 68, D3 and EF. RGB value is (104,211,239). Sum of RGB (Red+Green+Blue) = 104+211+239=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #68D3EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D3EF is #972C10. Grayscale: #B5B5B5. Windows color (decimal): -9907217 or 15717224. OLE color: 15717224.
HSL color Cylindrical-coordinate representation of color #68D3EF: hue angle of 192.44º 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 #68D3EF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 211 | 239 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.06 |
| HSL | 192.44º | 0.81% | 0.67% | - |
| HSV(B) | 192.44º | 0.56% | 0.94% | - |
| XYZ | 44.58 | 55.76 | 90.08 | - |
| YUV | 182.2 | 160.05 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 239 | 0.56 | 0.12 | 0 | 0.06 | 192.44 | 0.81 | 0.67 |
| Hex | 68 | D3 | EF | 38 | C | 0 | 6 | C0 | 51 | 43 |
| Octal | 150 | 323 | 357 | 70 | 14 | 0 | 6 | 300 | 121 | 103 |
| Binary | 1101000 | 11010011 | 11101111 | 111000 | 1100 | 0 | 110 | 11000000 | 1010001 | 1000011 |
Color Harmonies of #68D3EF
Complementary color
Monochromatic Colors of #68D3EF
Black with #68D3EF
Text Example
Text Example
White with #68D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3EF; }
p { color: rgb(104,211,239); }
H1.HeaderClassName
{
color: #68D3EF;
}
.AnyTagClassName
{
color: #68D3EF;
}
</style>
background-color css
<style>
a { background-color: #68D3EF; }
a { background-color: rgb(104,211,239); }
div.DivClassName
{
background-color: #68D3EF;
}
.BgClassName
{
background-color: #68D3EF;
}
</style>
border-color css
<style>
span { border-color: #68D3EF; }
span { border-color: rgb(104,211,239); }
td.TdClassName
{
border-color: #68D3EF;
}
.TagClassName
{
border-color: #68D3EF;
}
</style>