Shades of Turquoise Blue #68DCFE
Tints of Turquoise Blue #68DCFE
RGB
CMYK
RGB Variations
Color information
#68DCFE (or 0x68DCFE) is known color: Turquoise Blue. HEX triplet: 68, DC and FE. RGB value is (104,220,254). Sum of RGB (Red+Green+Blue) = 104+220+254=578 (76% of max value = 765). Red value is 104 (41.02% from 255 or 17.99% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #68DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCFE is #972301. Grayscale: #BCBCBC. Windows color (decimal): -9904898 or 16702568. OLE color: 16702568.
HSL color Cylindrical-coordinate representation of color #68DCFE: hue angle of 193.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68DCFE is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 220 | 254 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.00 |
| HSL | 193.6º | 0.99% | 0.7% | - |
| HSV(B) | 193.6º | 0.59% | 1% | - |
| XYZ | 49.19 | 61.29 | 103 | - |
| YUV | 189.19 | 164.57 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 254 | 0.59 | 0.13 | 0 | 0.00 | 193.6 | 0.99 | 0.7 |
| Hex | 68 | DC | FE | 3B | D | 0 | 0 | C2 | 63 | 46 |
| Octal | 150 | 334 | 376 | 73 | 15 | 0 | 0 | 302 | 143 | 106 |
| Binary | 1101000 | 11011100 | 11111110 | 111011 | 1101 | 0 | 0 | 11000010 | 1100011 | 1000110 |
Color Harmonies of #68DCFE
Complementary color
Monochromatic Colors of #68DCFE
Black with #68DCFE
Text Example
Text Example
White with #68DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCFE; }
p { color: rgb(104,220,254); }
H1.HeaderClassName
{
color: #68DCFE;
}
.AnyTagClassName
{
color: #68DCFE;
}
</style>
background-color css
<style>
a { background-color: #68DCFE; }
a { background-color: rgb(104,220,254); }
div.DivClassName
{
background-color: #68DCFE;
}
.BgClassName
{
background-color: #68DCFE;
}
</style>
border-color css
<style>
span { border-color: #68DCFE; }
span { border-color: rgb(104,220,254); }
td.TdClassName
{
border-color: #68DCFE;
}
.TagClassName
{
border-color: #68DCFE;
}
</style>