Shades of Turquoise Blue #68DFE6
Tints of Turquoise Blue #68DFE6
RGB
CMYK
RGB Variations
Color information
#68DFE6 (or 0x68DFE6) is known color: Turquoise Blue. HEX triplet: 68, DF and E6. RGB value is (104,223,230). Sum of RGB (Red+Green+Blue) = 104+223+230=557 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.67% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #68DFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFE6 is #972019. Grayscale: #BCBCBC. Windows color (decimal): -9904154 or 15130472. OLE color: 15130472.
HSL color Cylindrical-coordinate representation of color #68DFE6: hue angle of 183.33º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68DFE6 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 223 | 230 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.10 |
| HSL | 183.33º | 0.72% | 0.65% | - |
| HSV(B) | 183.33º | 0.55% | 0.9% | - |
| XYZ | 46.38 | 61.43 | 84.28 | - |
| YUV | 188.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 230 | 0.55 | 0.03 | 0 | 0.10 | 183.33 | 0.72 | 0.65 |
| Hex | 68 | DF | E6 | 37 | 3 | 0 | A | B7 | 48 | 41 |
| Octal | 150 | 337 | 346 | 67 | 3 | 0 | 12 | 267 | 110 | 101 |
| Binary | 1101000 | 11011111 | 11100110 | 110111 | 11 | 0 | 1010 | 10110111 | 1001000 | 1000001 |
Color Harmonies of #68DFE6
Complementary color
Monochromatic Colors of #68DFE6
Black with #68DFE6
Text Example
Text Example
White with #68DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFE6; }
p { color: rgb(104,223,230); }
H1.HeaderClassName
{
color: #68DFE6;
}
.AnyTagClassName
{
color: #68DFE6;
}
</style>
background-color css
<style>
a { background-color: #68DFE6; }
a { background-color: rgb(104,223,230); }
div.DivClassName
{
background-color: #68DFE6;
}
.BgClassName
{
background-color: #68DFE6;
}
</style>
border-color css
<style>
span { border-color: #68DFE6; }
span { border-color: rgb(104,223,230); }
td.TdClassName
{
border-color: #68DFE6;
}
.TagClassName
{
border-color: #68DFE6;
}
</style>