Shades of Turquoise Blue #68D9F3
Tints of Turquoise Blue #68D9F3
RGB
CMYK
RGB Variations
Color information
#68D9F3 (or 0x68D9F3) is known color: Turquoise Blue. HEX triplet: 68, D9 and F3. RGB value is (104,217,243). Sum of RGB (Red+Green+Blue) = 104+217+243=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 243 (95.31% from 255 or 43.09% from 564); Max value from RGB is 243 - color contains mainly: blue. Hex color #68D9F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D9F3 is #97260C. Grayscale: #B9B9B9. Windows color (decimal): -9905677 or 15980904. OLE color: 15980904.
HSL color Cylindrical-coordinate representation of color #68D9F3: hue angle of 191.22º 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 #68D9F3 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 217 | 243 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.05 |
| HSL | 191.22º | 0.85% | 0.68% | - |
| HSV(B) | 191.22º | 0.57% | 0.95% | - |
| XYZ | 46.7 | 59.04 | 93.73 | - |
| YUV | 186.18 | 160.06 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 243 | 0.57 | 0.11 | 0 | 0.05 | 191.22 | 0.85 | 0.68 |
| Hex | 68 | D9 | F3 | 39 | B | 0 | 5 | BF | 55 | 44 |
| Octal | 150 | 331 | 363 | 71 | 13 | 0 | 5 | 277 | 125 | 104 |
| Binary | 1101000 | 11011001 | 11110011 | 111001 | 1011 | 0 | 101 | 10111111 | 1010101 | 1000100 |
Color Harmonies of #68D9F3
Complementary color
Monochromatic Colors of #68D9F3
Black with #68D9F3
Text Example
Text Example
White with #68D9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D9F3; }
p { color: rgb(104,217,243); }
H1.HeaderClassName
{
color: #68D9F3;
}
.AnyTagClassName
{
color: #68D9F3;
}
</style>
background-color css
<style>
a { background-color: #68D9F3; }
a { background-color: rgb(104,217,243); }
div.DivClassName
{
background-color: #68D9F3;
}
.BgClassName
{
background-color: #68D9F3;
}
</style>
border-color css
<style>
span { border-color: #68D9F3; }
span { border-color: rgb(104,217,243); }
td.TdClassName
{
border-color: #68D9F3;
}
.TagClassName
{
border-color: #68D9F3;
}
</style>