Shades of Turquoise Blue #68DFE2
Tints of Turquoise Blue #68DFE2
RGB
CMYK
RGB Variations
Color information
#68DFE2 (or 0x68DFE2) is known color: Turquoise Blue. HEX triplet: 68, DF and E2. RGB value is (104,223,226). Sum of RGB (Red+Green+Blue) = 104+223+226=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #68DFE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DFE2 is #97201D. Grayscale: #BBBBBB. Windows color (decimal): -9904158 or 14868328. OLE color: 14868328.
HSL color Cylindrical-coordinate representation of color #68DFE2: hue angle of 181.48º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DFE2 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 223 | 226 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.11 |
| HSL | 181.48º | 0.68% | 0.65% | - |
| HSV(B) | 181.48º | 0.54% | 0.89% | - |
| XYZ | 45.82 | 61.21 | 81.35 | - |
| YUV | 187.76 | 149.58 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 226 | 0.54 | 0.01 | 0 | 0.11 | 181.48 | 0.68 | 0.65 |
| Hex | 68 | DF | E2 | 36 | 1 | 0 | B | B5 | 44 | 41 |
| Octal | 150 | 337 | 342 | 66 | 1 | 0 | 13 | 265 | 104 | 101 |
| Binary | 1101000 | 11011111 | 11100010 | 110110 | 1 | 0 | 1011 | 10110101 | 1000100 | 1000001 |
Color Harmonies of #68DFE2
Complementary color
Monochromatic Colors of #68DFE2
Black with #68DFE2
Text Example
Text Example
White with #68DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFE2; }
p { color: rgb(104,223,226); }
H1.HeaderClassName
{
color: #68DFE2;
}
.AnyTagClassName
{
color: #68DFE2;
}
</style>
background-color css
<style>
a { background-color: #68DFE2; }
a { background-color: rgb(104,223,226); }
div.DivClassName
{
background-color: #68DFE2;
}
.BgClassName
{
background-color: #68DFE2;
}
</style>
border-color css
<style>
span { border-color: #68DFE2; }
span { border-color: rgb(104,223,226); }
td.TdClassName
{
border-color: #68DFE2;
}
.TagClassName
{
border-color: #68DFE2;
}
</style>