Shades of Turquoise Blue #68DFFF
Tints of Turquoise Blue #68DFFF
RGB
CMYK
RGB Variations
Color information
#68DFFF (or 0x68DFFF) is known color: Turquoise Blue. HEX triplet: 68, DF and FF. RGB value is (104,223,255). Sum of RGB (Red+Green+Blue) = 104+223+255=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 223 (87.5% from 255 or 38.32% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #68DFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFFF is #972000. Grayscale: #BEBEBE. Windows color (decimal): -9904129 or 16768872. OLE color: 16768872.
HSL color Cylindrical-coordinate representation of color #68DFFF: hue angle of 192.72º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DFFF is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 223 | 255 | - |
| CMYK | 0.59 | 0.13 | 0 | 0 |
| HSL | 192.72º | 1% | 0.7% | - |
| HSV(B) | 192.72º | 0.59% | 1% | - |
| XYZ | 50.15 | 62.94 | 104.11 | - |
| YUV | 191.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 255 | 0.59 | 0.13 | 0 | 0 | 192.72 | 1 | 0.7 |
| Hex | 68 | DF | FF | 3B | D | 0 | 0 | C1 | 64 | 46 |
| Octal | 150 | 337 | 377 | 73 | 15 | 0 | 0 | 301 | 144 | 106 |
| Binary | 1101000 | 11011111 | 11111111 | 111011 | 1101 | 0 | 0 | 11000001 | 1100100 | 1000110 |
Color Harmonies of #68DFFF
Complementary color
Monochromatic Colors of #68DFFF
Black with #68DFFF
Text Example
Text Example
White with #68DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFFF; }
p { color: rgb(104,223,255); }
H1.HeaderClassName
{
color: #68DFFF;
}
.AnyTagClassName
{
color: #68DFFF;
}
</style>
background-color css
<style>
a { background-color: #68DFFF; }
a { background-color: rgb(104,223,255); }
div.DivClassName
{
background-color: #68DFFF;
}
.BgClassName
{
background-color: #68DFFF;
}
</style>
border-color css
<style>
span { border-color: #68DFFF; }
span { border-color: rgb(104,223,255); }
td.TdClassName
{
border-color: #68DFFF;
}
.TagClassName
{
border-color: #68DFFF;
}
</style>