Shades of Turquoise Blue #68DFEC
Tints of Turquoise Blue #68DFEC
RGB
CMYK
RGB Variations
Color information
#68DFEC (or 0x68DFEC) is known color: Turquoise Blue. HEX triplet: 68, DF and EC. RGB value is (104,223,236). Sum of RGB (Red+Green+Blue) = 104+223+236=563 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.47% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #68DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFEC is #972013. Grayscale: #BCBCBC. Windows color (decimal): -9904148 or 15523688. OLE color: 15523688.
HSL color Cylindrical-coordinate representation of color #68DFEC: hue angle of 185.91º 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 #68DFEC is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 223 | 236 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.07 |
| HSL | 185.91º | 0.78% | 0.67% | - |
| HSV(B) | 185.91º | 0.56% | 0.93% | - |
| XYZ | 47.24 | 61.77 | 88.79 | - |
| YUV | 188.9 | 154.58 | 67.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 236 | 0.56 | 0.06 | 0 | 0.07 | 185.91 | 0.78 | 0.67 |
| Hex | 68 | DF | EC | 38 | 6 | 0 | 7 | BA | 4E | 43 |
| Octal | 150 | 337 | 354 | 70 | 6 | 0 | 7 | 272 | 116 | 103 |
| Binary | 1101000 | 11011111 | 11101100 | 111000 | 110 | 0 | 111 | 10111010 | 1001110 | 1000011 |
Color Harmonies of #68DFEC
Complementary color
Monochromatic Colors of #68DFEC
Black with #68DFEC
Text Example
Text Example
White with #68DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFEC; }
p { color: rgb(104,223,236); }
H1.HeaderClassName
{
color: #68DFEC;
}
.AnyTagClassName
{
color: #68DFEC;
}
</style>
background-color css
<style>
a { background-color: #68DFEC; }
a { background-color: rgb(104,223,236); }
div.DivClassName
{
background-color: #68DFEC;
}
.BgClassName
{
background-color: #68DFEC;
}
</style>
border-color css
<style>
span { border-color: #68DFEC; }
span { border-color: rgb(104,223,236); }
td.TdClassName
{
border-color: #68DFEC;
}
.TagClassName
{
border-color: #68DFEC;
}
</style>