Shades of Turquoise Blue #68DCEC
Tints of Turquoise Blue #68DCEC
RGB
CMYK
RGB Variations
Color information
#68DCEC (or 0x68DCEC) is known color: Turquoise Blue. HEX triplet: 68, DC and EC. RGB value is (104,220,236). Sum of RGB (Red+Green+Blue) = 104+220+236=560 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.57% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 236 - color contains mainly: blue. Hex color #68DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DCEC is #972313. Grayscale: #BABABA. Windows color (decimal): -9904916 or 15522920. OLE color: 15522920.
HSL color Cylindrical-coordinate representation of color #68DCEC: hue angle of 187.27º 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 #68DCEC is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 220 | 236 | - |
| CMYK | 0.56 | 0.07 | 0 | 0.07 |
| HSL | 187.27º | 0.78% | 0.67% | - |
| HSV(B) | 187.27º | 0.56% | 0.93% | - |
| XYZ | 46.44 | 60.19 | 88.53 | - |
| YUV | 187.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 236 | 0.56 | 0.07 | 0 | 0.07 | 187.27 | 0.78 | 0.67 |
| Hex | 68 | DC | EC | 38 | 7 | 0 | 7 | BB | 4E | 43 |
| Octal | 150 | 334 | 354 | 70 | 7 | 0 | 7 | 273 | 116 | 103 |
| Binary | 1101000 | 11011100 | 11101100 | 111000 | 111 | 0 | 111 | 10111011 | 1001110 | 1000011 |
Color Harmonies of #68DCEC
Complementary color
Monochromatic Colors of #68DCEC
Black with #68DCEC
Text Example
Text Example
White with #68DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCEC; }
p { color: rgb(104,220,236); }
H1.HeaderClassName
{
color: #68DCEC;
}
.AnyTagClassName
{
color: #68DCEC;
}
</style>
background-color css
<style>
a { background-color: #68DCEC; }
a { background-color: rgb(104,220,236); }
div.DivClassName
{
background-color: #68DCEC;
}
.BgClassName
{
background-color: #68DCEC;
}
</style>
border-color css
<style>
span { border-color: #68DCEC; }
span { border-color: rgb(104,220,236); }
td.TdClassName
{
border-color: #68DCEC;
}
.TagClassName
{
border-color: #68DCEC;
}
</style>