Shades of Turquoise Blue #68DAF3
Tints of Turquoise Blue #68DAF3
RGB
CMYK
RGB Variations
Color information
#68DAF3 (or 0x68DAF3) is known color: Turquoise Blue. HEX triplet: 68, DA and F3. RGB value is (104,218,243). Sum of RGB (Red+Green+Blue) = 104+218+243=565 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.41% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #68DAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF3 is #97250C. Grayscale: #BABABA. Windows color (decimal): -9905421 or 15981160. OLE color: 15981160.
HSL color Cylindrical-coordinate representation of color #68DAF3: hue angle of 190.79º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DAF3 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 218 | 243 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.05 |
| HSL | 190.79º | 0.85% | 0.68% | - |
| HSV(B) | 190.79º | 0.57% | 0.95% | - |
| XYZ | 46.96 | 59.56 | 93.81 | - |
| YUV | 186.76 | 159.73 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 243 | 0.57 | 0.10 | 0 | 0.05 | 190.79 | 0.85 | 0.68 |
| Hex | 68 | DA | F3 | 39 | A | 0 | 5 | BF | 55 | 44 |
| Octal | 150 | 332 | 363 | 71 | 12 | 0 | 5 | 277 | 125 | 104 |
| Binary | 1101000 | 11011010 | 11110011 | 111001 | 1010 | 0 | 101 | 10111111 | 1010101 | 1000100 |
Color Harmonies of #68DAF3
Complementary color
Monochromatic Colors of #68DAF3
Black with #68DAF3
Text Example
Text Example
White with #68DAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAF3; }
p { color: rgb(104,218,243); }
H1.HeaderClassName
{
color: #68DAF3;
}
.AnyTagClassName
{
color: #68DAF3;
}
</style>
background-color css
<style>
a { background-color: #68DAF3; }
a { background-color: rgb(104,218,243); }
div.DivClassName
{
background-color: #68DAF3;
}
.BgClassName
{
background-color: #68DAF3;
}
</style>
border-color css
<style>
span { border-color: #68DAF3; }
span { border-color: rgb(104,218,243); }
td.TdClassName
{
border-color: #68DAF3;
}
.TagClassName
{
border-color: #68DAF3;
}
</style>