Shades of Turquoise Blue #68DCF3
Tints of Turquoise Blue #68DCF3
RGB
CMYK
RGB Variations
Color information
#68DCF3 (or 0x68DCF3) is known color: Turquoise Blue. HEX triplet: 68, DC and F3. RGB value is (104,220,243). Sum of RGB (Red+Green+Blue) = 104+220+243=567 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.34% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 243 - color contains mainly: blue. Hex color #68DCF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCF3 is #97230C. Grayscale: #BBBBBB. Windows color (decimal): -9904909 or 15981672. OLE color: 15981672.
HSL color Cylindrical-coordinate representation of color #68DCF3: hue angle of 189.93º 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 #68DCF3 is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 220 | 243 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.05 |
| HSL | 189.93º | 0.85% | 0.68% | - |
| HSV(B) | 189.93º | 0.57% | 0.95% | - |
| XYZ | 47.48 | 60.6 | 93.99 | - |
| YUV | 187.94 | 159.07 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 243 | 0.57 | 0.09 | 0 | 0.05 | 189.93 | 0.85 | 0.68 |
| Hex | 68 | DC | F3 | 39 | 9 | 0 | 5 | BE | 55 | 44 |
| Octal | 150 | 334 | 363 | 71 | 11 | 0 | 5 | 276 | 125 | 104 |
| Binary | 1101000 | 11011100 | 11110011 | 111001 | 1001 | 0 | 101 | 10111110 | 1010101 | 1000100 |
Color Harmonies of #68DCF3
Complementary color
Monochromatic Colors of #68DCF3
Black with #68DCF3
Text Example
Text Example
White with #68DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCF3; }
p { color: rgb(104,220,243); }
H1.HeaderClassName
{
color: #68DCF3;
}
.AnyTagClassName
{
color: #68DCF3;
}
</style>
background-color css
<style>
a { background-color: #68DCF3; }
a { background-color: rgb(104,220,243); }
div.DivClassName
{
background-color: #68DCF3;
}
.BgClassName
{
background-color: #68DCF3;
}
</style>
border-color css
<style>
span { border-color: #68DCF3; }
span { border-color: rgb(104,220,243); }
td.TdClassName
{
border-color: #68DCF3;
}
.TagClassName
{
border-color: #68DCF3;
}
</style>