Shades of Turquoise Blue #68DFEB
Tints of Turquoise Blue #68DFEB
RGB
CMYK
RGB Variations
Color information
#68DFEB (or 0x68DFEB) is known color: Turquoise Blue. HEX triplet: 68, DF and EB. RGB value is (104,223,235). Sum of RGB (Red+Green+Blue) = 104+223+235=562 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.51% from 562); Green value is 223 (87.5% from 255 or 39.68% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #68DFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DFEB is #972014. Grayscale: #BCBCBC. Windows color (decimal): -9904149 or 15458152. OLE color: 15458152.
HSL color Cylindrical-coordinate representation of color #68DFEB: hue angle of 185.5º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DFEB is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 223 | 235 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.08 |
| HSL | 185.5º | 0.77% | 0.66% | - |
| HSV(B) | 185.5º | 0.56% | 0.92% | - |
| XYZ | 47.09 | 61.72 | 88.03 | - |
| YUV | 188.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 235 | 0.56 | 0.05 | 0 | 0.08 | 185.5 | 0.77 | 0.66 |
| Hex | 68 | DF | EB | 38 | 5 | 0 | 8 | B9 | 4D | 42 |
| Octal | 150 | 337 | 353 | 70 | 5 | 0 | 10 | 271 | 115 | 102 |
| Binary | 1101000 | 11011111 | 11101011 | 111000 | 101 | 0 | 1000 | 10111001 | 1001101 | 1000010 |
Color Harmonies of #68DFEB
Complementary color
Monochromatic Colors of #68DFEB
Black with #68DFEB
Text Example
Text Example
White with #68DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFEB; }
p { color: rgb(104,223,235); }
H1.HeaderClassName
{
color: #68DFEB;
}
.AnyTagClassName
{
color: #68DFEB;
}
</style>
background-color css
<style>
a { background-color: #68DFEB; }
a { background-color: rgb(104,223,235); }
div.DivClassName
{
background-color: #68DFEB;
}
.BgClassName
{
background-color: #68DFEB;
}
</style>
border-color css
<style>
span { border-color: #68DFEB; }
span { border-color: rgb(104,223,235); }
td.TdClassName
{
border-color: #68DFEB;
}
.TagClassName
{
border-color: #68DFEB;
}
</style>