Shades of Turquoise Blue #68DBEC
Tints of Turquoise Blue #68DBEC
RGB
CMYK
RGB Variations
Color information
#68DBEC (or 0x68DBEC) is known color: Turquoise Blue. HEX triplet: 68, DB and EC. RGB value is (104,219,236). Sum of RGB (Red+Green+Blue) = 104+219+236=559 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.60% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #68DBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DBEC is #972413. Grayscale: #BABABA. Windows color (decimal): -9905172 or 15522664. OLE color: 15522664.
HSL color Cylindrical-coordinate representation of color #68DBEC: hue angle of 187.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DBEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 219 | 236 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.73º | 0.78% | 0.67% | - |
| HSV(B) | 187.73º | 0.56% | 0.93% | - |
| XYZ | 46.18 | 59.66 | 88.44 | - |
| YUV | 186.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 236 | 0.56 | 0.07 | 0 | 0.07 | 187.73 | 0.78 | 0.67 |
| Hex | 68 | DB | EC | 38 | 7 | 0 | 7 | BC | 4E | 43 |
| Octal | 150 | 333 | 354 | 70 | 7 | 0 | 7 | 274 | 116 | 103 |
| Binary | 1101000 | 11011011 | 11101100 | 111000 | 111 | 0 | 111 | 10111100 | 1001110 | 1000011 |
Color Harmonies of #68DBEC
Complementary color
Monochromatic Colors of #68DBEC
Black with #68DBEC
Text Example
Text Example
White with #68DBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBEC; }
p { color: rgb(104,219,236); }
H1.HeaderClassName
{
color: #68DBEC;
}
.AnyTagClassName
{
color: #68DBEC;
}
</style>
background-color css
<style>
a { background-color: #68DBEC; }
a { background-color: rgb(104,219,236); }
div.DivClassName
{
background-color: #68DBEC;
}
.BgClassName
{
background-color: #68DBEC;
}
</style>
border-color css
<style>
span { border-color: #68DBEC; }
span { border-color: rgb(104,219,236); }
td.TdClassName
{
border-color: #68DBEC;
}
.TagClassName
{
border-color: #68DBEC;
}
</style>