Shades of Turquoise Blue #68DAF2
Tints of Turquoise Blue #68DAF2
RGB
CMYK
RGB Variations
Color information
#68DAF2 (or 0x68DAF2) is known color: Turquoise Blue. HEX triplet: 68, DA and F2. RGB value is (104,218,242). Sum of RGB (Red+Green+Blue) = 104+218+242=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #68DAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAF2 is #97250D. Grayscale: #BABABA. Windows color (decimal): -9905422 or 15915624. OLE color: 15915624.
HSL color Cylindrical-coordinate representation of color #68DAF2: hue angle of 190.43º degrees, saturation: 0.84, 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 #68DAF2 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 218 | 242 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.05 |
| HSL | 190.43º | 0.84% | 0.68% | - |
| HSV(B) | 190.43º | 0.57% | 0.95% | - |
| XYZ | 46.81 | 59.5 | 93.02 | - |
| YUV | 186.65 | 159.23 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 242 | 0.57 | 0.10 | 0 | 0.05 | 190.43 | 0.84 | 0.68 |
| Hex | 68 | DA | F2 | 39 | A | 0 | 5 | BE | 54 | 44 |
| Octal | 150 | 332 | 362 | 71 | 12 | 0 | 5 | 276 | 124 | 104 |
| Binary | 1101000 | 11011010 | 11110010 | 111001 | 1010 | 0 | 101 | 10111110 | 1010100 | 1000100 |
Color Harmonies of #68DAF2
Complementary color
Monochromatic Colors of #68DAF2
Black with #68DAF2
Text Example
Text Example
White with #68DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAF2; }
p { color: rgb(104,218,242); }
H1.HeaderClassName
{
color: #68DAF2;
}
.AnyTagClassName
{
color: #68DAF2;
}
</style>
background-color css
<style>
a { background-color: #68DAF2; }
a { background-color: rgb(104,218,242); }
div.DivClassName
{
background-color: #68DAF2;
}
.BgClassName
{
background-color: #68DAF2;
}
</style>
border-color css
<style>
span { border-color: #68DAF2; }
span { border-color: rgb(104,218,242); }
td.TdClassName
{
border-color: #68DAF2;
}
.TagClassName
{
border-color: #68DAF2;
}
</style>