Shades of Turquoise Blue #68DDFC
Tints of Turquoise Blue #68DDFC
RGB
CMYK
RGB Variations
Color information
#68DDFC (or 0x68DDFC) is known color: Turquoise Blue. HEX triplet: 68, DD and FC. RGB value is (104,221,252). Sum of RGB (Red+Green+Blue) = 104+221+252=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #68DDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DDFC is #972203. Grayscale: #BDBDBD. Windows color (decimal): -9904644 or 16571752. OLE color: 16571752.
HSL color Cylindrical-coordinate representation of color #68DDFC: hue angle of 192.57º degrees, saturation: 0.96, 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 #68DDFC is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 221 | 252 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.01 |
| HSL | 192.57º | 0.96% | 0.7% | - |
| HSV(B) | 192.57º | 0.59% | 0.99% | - |
| XYZ | 49.14 | 61.68 | 101.41 | - |
| YUV | 189.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 252 | 0.59 | 0.12 | 0 | 0.01 | 192.57 | 0.96 | 0.7 |
| Hex | 68 | DD | FC | 3B | C | 0 | 1 | C1 | 60 | 46 |
| Octal | 150 | 335 | 374 | 73 | 14 | 0 | 1 | 301 | 140 | 106 |
| Binary | 1101000 | 11011101 | 11111100 | 111011 | 1100 | 0 | 1 | 11000001 | 1100000 | 1000110 |
Color Harmonies of #68DDFC
Complementary color
Monochromatic Colors of #68DDFC
Black with #68DDFC
Text Example
Text Example
White with #68DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDFC; }
p { color: rgb(104,221,252); }
H1.HeaderClassName
{
color: #68DDFC;
}
.AnyTagClassName
{
color: #68DDFC;
}
</style>
background-color css
<style>
a { background-color: #68DDFC; }
a { background-color: rgb(104,221,252); }
div.DivClassName
{
background-color: #68DDFC;
}
.BgClassName
{
background-color: #68DDFC;
}
</style>
border-color css
<style>
span { border-color: #68DDFC; }
span { border-color: rgb(104,221,252); }
td.TdClassName
{
border-color: #68DDFC;
}
.TagClassName
{
border-color: #68DDFC;
}
</style>