Shades of Turquoise Blue #68DAFC
Tints of Turquoise Blue #68DAFC
RGB
CMYK
RGB Variations
Color information
#68DAFC (or 0x68DAFC) is known color: Turquoise Blue. HEX triplet: 68, DA and FC. RGB value is (104,218,252). Sum of RGB (Red+Green+Blue) = 104+218+252=574 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.12% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #68DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DAFC is #972503. Grayscale: #BBBBBB. Windows color (decimal): -9905412 or 16570984. OLE color: 16570984.
HSL color Cylindrical-coordinate representation of color #68DAFC: hue angle of 193.78º 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 #68DAFC is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 218 | 252 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.01 |
| HSL | 193.78º | 0.96% | 0.7% | - |
| HSV(B) | 193.78º | 0.59% | 0.99% | - |
| XYZ | 48.35 | 60.11 | 101.15 | - |
| YUV | 187.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 252 | 0.59 | 0.13 | 0 | 0.01 | 193.78 | 0.96 | 0.7 |
| Hex | 68 | DA | FC | 3B | D | 0 | 1 | C2 | 60 | 46 |
| Octal | 150 | 332 | 374 | 73 | 15 | 0 | 1 | 302 | 140 | 106 |
| Binary | 1101000 | 11011010 | 11111100 | 111011 | 1101 | 0 | 1 | 11000010 | 1100000 | 1000110 |
Color Harmonies of #68DAFC
Complementary color
Monochromatic Colors of #68DAFC
Black with #68DAFC
Text Example
Text Example
White with #68DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DAFC; }
p { color: rgb(104,218,252); }
H1.HeaderClassName
{
color: #68DAFC;
}
.AnyTagClassName
{
color: #68DAFC;
}
</style>
background-color css
<style>
a { background-color: #68DAFC; }
a { background-color: rgb(104,218,252); }
div.DivClassName
{
background-color: #68DAFC;
}
.BgClassName
{
background-color: #68DAFC;
}
</style>
border-color css
<style>
span { border-color: #68DAFC; }
span { border-color: rgb(104,218,252); }
td.TdClassName
{
border-color: #68DAFC;
}
.TagClassName
{
border-color: #68DAFC;
}
</style>