Shades of Turquoise Blue #68DEEB
Tints of Turquoise Blue #68DEEB
RGB
CMYK
RGB Variations
Color information
#68DEEB (or 0x68DEEB) is known color: Turquoise Blue. HEX triplet: 68, DE and EB. RGB value is (104,222,235). Sum of RGB (Red+Green+Blue) = 104+222+235=561 (74% of max value = 765). Red value is 104 (41.02% from 255 or 18.54% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #68DEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68DEEB is #972114. Grayscale: #BCBCBC. Windows color (decimal): -9904405 or 15457896. OLE color: 15457896.
HSL color Cylindrical-coordinate representation of color #68DEEB: hue angle of 185.95º 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 #68DEEB is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 222 | 235 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.08 |
| HSL | 185.95º | 0.77% | 0.66% | - |
| HSV(B) | 185.95º | 0.56% | 0.92% | - |
| XYZ | 46.83 | 61.18 | 87.94 | - |
| YUV | 188.2 | 154.41 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 235 | 0.56 | 0.06 | 0 | 0.08 | 185.95 | 0.77 | 0.66 |
| Hex | 68 | DE | EB | 38 | 6 | 0 | 8 | BA | 4D | 42 |
| Octal | 150 | 336 | 353 | 70 | 6 | 0 | 10 | 272 | 115 | 102 |
| Binary | 1101000 | 11011110 | 11101011 | 111000 | 110 | 0 | 1000 | 10111010 | 1001101 | 1000010 |
Color Harmonies of #68DEEB
Complementary color
Monochromatic Colors of #68DEEB
Black with #68DEEB
Text Example
Text Example
White with #68DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEEB; }
p { color: rgb(104,222,235); }
H1.HeaderClassName
{
color: #68DEEB;
}
.AnyTagClassName
{
color: #68DEEB;
}
</style>
background-color css
<style>
a { background-color: #68DEEB; }
a { background-color: rgb(104,222,235); }
div.DivClassName
{
background-color: #68DEEB;
}
.BgClassName
{
background-color: #68DEEB;
}
</style>
border-color css
<style>
span { border-color: #68DEEB; }
span { border-color: rgb(104,222,235); }
td.TdClassName
{
border-color: #68DEEB;
}
.TagClassName
{
border-color: #68DEEB;
}
</style>