Shades of Turquoise Blue #68DCFD
Tints of Turquoise Blue #68DCFD
RGB
CMYK
RGB Variations
Color information
#68DCFD (or 0x68DCFD) is known color: Turquoise Blue. HEX triplet: 68, DC and FD. RGB value is (104,220,253). Sum of RGB (Red+Green+Blue) = 104+220+253=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #68DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCFD is #972302. Grayscale: #BCBCBC. Windows color (decimal): -9904899 or 16637032. OLE color: 16637032.
HSL color Cylindrical-coordinate representation of color #68DCFD: hue angle of 193.29º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DCFD is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 220 | 253 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.01 |
| HSL | 193.29º | 0.97% | 0.7% | - |
| HSV(B) | 193.29º | 0.59% | 0.99% | - |
| XYZ | 49.03 | 61.22 | 102.16 | - |
| YUV | 189.08 | 164.07 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 253 | 0.59 | 0.13 | 0 | 0.01 | 193.29 | 0.97 | 0.7 |
| Hex | 68 | DC | FD | 3B | D | 0 | 1 | C1 | 61 | 46 |
| Octal | 150 | 334 | 375 | 73 | 15 | 0 | 1 | 301 | 141 | 106 |
| Binary | 1101000 | 11011100 | 11111101 | 111011 | 1101 | 0 | 1 | 11000001 | 1100001 | 1000110 |
Color Harmonies of #68DCFD
Complementary color
Monochromatic Colors of #68DCFD
Black with #68DCFD
Text Example
Text Example
White with #68DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCFD; }
p { color: rgb(104,220,253); }
H1.HeaderClassName
{
color: #68DCFD;
}
.AnyTagClassName
{
color: #68DCFD;
}
</style>
background-color css
<style>
a { background-color: #68DCFD; }
a { background-color: rgb(104,220,253); }
div.DivClassName
{
background-color: #68DCFD;
}
.BgClassName
{
background-color: #68DCFD;
}
</style>
border-color css
<style>
span { border-color: #68DCFD; }
span { border-color: rgb(104,220,253); }
td.TdClassName
{
border-color: #68DCFD;
}
.TagClassName
{
border-color: #68DCFD;
}
</style>