Shades of Turquoise Blue #68DCF0
Tints of Turquoise Blue #68DCF0
RGB
CMYK
RGB Variations
Color information
#68DCF0 (or 0x68DCF0) is known color: Turquoise Blue. HEX triplet: 68, DC and F0. RGB value is (104,220,240). Sum of RGB (Red+Green+Blue) = 104+220+240=564 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.44% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #68DCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCF0 is #97230F. Grayscale: #BBBBBB. Windows color (decimal): -9904912 or 15785064. OLE color: 15785064.
HSL color Cylindrical-coordinate representation of color #68DCF0: hue angle of 188.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68DCF0 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 220 | 240 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.06 |
| HSL | 188.82º | 0.82% | 0.67% | - |
| HSV(B) | 188.82º | 0.57% | 0.94% | - |
| XYZ | 47.03 | 60.42 | 91.62 | - |
| YUV | 187.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 240 | 0.57 | 0.08 | 0 | 0.06 | 188.82 | 0.82 | 0.67 |
| Hex | 68 | DC | F0 | 39 | 8 | 0 | 6 | BD | 52 | 43 |
| Octal | 150 | 334 | 360 | 71 | 10 | 0 | 6 | 275 | 122 | 103 |
| Binary | 1101000 | 11011100 | 11110000 | 111001 | 1000 | 0 | 110 | 10111101 | 1010010 | 1000011 |
Color Harmonies of #68DCF0
Complementary color
Monochromatic Colors of #68DCF0
Black with #68DCF0
Text Example
Text Example
White with #68DCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCF0; }
p { color: rgb(104,220,240); }
H1.HeaderClassName
{
color: #68DCF0;
}
.AnyTagClassName
{
color: #68DCF0;
}
</style>
background-color css
<style>
a { background-color: #68DCF0; }
a { background-color: rgb(104,220,240); }
div.DivClassName
{
background-color: #68DCF0;
}
.BgClassName
{
background-color: #68DCF0;
}
</style>
border-color css
<style>
span { border-color: #68DCF0; }
span { border-color: rgb(104,220,240); }
td.TdClassName
{
border-color: #68DCF0;
}
.TagClassName
{
border-color: #68DCF0;
}
</style>