Shades of Turquoise Blue #68DAFA
Tints of Turquoise Blue #68DAFA
RGB
CMYK
RGB Variations
Color information
#68DAFA (or 0x68DAFA) is known color: Turquoise Blue. HEX triplet: 68, DA and FA. RGB value is (104,218,250). Sum of RGB (Red+Green+Blue) = 104+218+250=572 (75% of max value = 765). Red value is 104 (41.02% from 255 or 18.18% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #68DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAFA is #972505. Grayscale: #BBBBBB. Windows color (decimal): -9905414 or 16439912. OLE color: 16439912.
HSL color Cylindrical-coordinate representation of color #68DAFA: hue angle of 193.15º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68DAFA is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 218 | 250 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.02 |
| HSL | 193.15º | 0.94% | 0.69% | - |
| HSV(B) | 193.15º | 0.58% | 0.98% | - |
| XYZ | 48.04 | 59.99 | 99.49 | - |
| YUV | 187.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 250 | 0.58 | 0.13 | 0 | 0.02 | 193.15 | 0.94 | 0.69 |
| Hex | 68 | DA | FA | 3A | D | 0 | 2 | C1 | 5E | 45 |
| Octal | 150 | 332 | 372 | 72 | 15 | 0 | 2 | 301 | 136 | 105 |
| Binary | 1101000 | 11011010 | 11111010 | 111010 | 1101 | 0 | 10 | 11000001 | 1011110 | 1000101 |
Color Harmonies of #68DAFA
Complementary color
Monochromatic Colors of #68DAFA
Black with #68DAFA
Text Example
Text Example
White with #68DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAFA; }
p { color: rgb(104,218,250); }
H1.HeaderClassName
{
color: #68DAFA;
}
.AnyTagClassName
{
color: #68DAFA;
}
</style>
background-color css
<style>
a { background-color: #68DAFA; }
a { background-color: rgb(104,218,250); }
div.DivClassName
{
background-color: #68DAFA;
}
.BgClassName
{
background-color: #68DAFA;
}
</style>
border-color css
<style>
span { border-color: #68DAFA; }
span { border-color: rgb(104,218,250); }
td.TdClassName
{
border-color: #68DAFA;
}
.TagClassName
{
border-color: #68DAFA;
}
</style>