Shades of Turquoise Blue #68D4FA
Tints of Turquoise Blue #68D4FA
RGB
CMYK
RGB Variations
Color information
#68D4FA (or 0x68D4FA) is known color: Turquoise Blue. HEX triplet: 68, D4 and FA. RGB value is (104,212,250). Sum of RGB (Red+Green+Blue) = 104+212+250=566 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.37% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #68D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4FA is #972B05. Grayscale: #B7B7B7. Windows color (decimal): -9906950 or 16438376. OLE color: 16438376.
HSL color Cylindrical-coordinate representation of color #68D4FA: hue angle of 195.62º 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 #68D4FA is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 212 | 250 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.02 |
| HSL | 195.62º | 0.94% | 0.69% | - |
| HSV(B) | 195.62º | 0.58% | 0.98% | - |
| XYZ | 46.51 | 56.93 | 98.98 | - |
| YUV | 184.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 250 | 0.58 | 0.15 | 0 | 0.02 | 195.62 | 0.94 | 0.69 |
| Hex | 68 | D4 | FA | 3A | F | 0 | 2 | C4 | 5E | 45 |
| Octal | 150 | 324 | 372 | 72 | 17 | 0 | 2 | 304 | 136 | 105 |
| Binary | 1101000 | 11010100 | 11111010 | 111010 | 1111 | 0 | 10 | 11000100 | 1011110 | 1000101 |
Color Harmonies of #68D4FA
Complementary color
Monochromatic Colors of #68D4FA
Black with #68D4FA
Text Example
Text Example
White with #68D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D4FA; }
p { color: rgb(104,212,250); }
H1.HeaderClassName
{
color: #68D4FA;
}
.AnyTagClassName
{
color: #68D4FA;
}
</style>
background-color css
<style>
a { background-color: #68D4FA; }
a { background-color: rgb(104,212,250); }
div.DivClassName
{
background-color: #68D4FA;
}
.BgClassName
{
background-color: #68D4FA;
}
</style>
border-color css
<style>
span { border-color: #68D4FA; }
span { border-color: rgb(104,212,250); }
td.TdClassName
{
border-color: #68D4FA;
}
.TagClassName
{
border-color: #68D4FA;
}
</style>