Shades of Turquoise Blue #68D5EE
Tints of Turquoise Blue #68D5EE
RGB
CMYK
RGB Variations
Color information
#68D5EE (or 0x68D5EE) is known color: Turquoise Blue. HEX triplet: 68, D5 and EE. RGB value is (104,213,238). Sum of RGB (Red+Green+Blue) = 104+213+238=555 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.74% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #68D5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D5EE is #972A11. Grayscale: #B7B7B7. Windows color (decimal): -9906706 or 15652200. OLE color: 15652200.
HSL color Cylindrical-coordinate representation of color #68D5EE: hue angle of 191.19º degrees, saturation: 0.8, 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 #68D5EE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 213 | 238 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.07 |
| HSL | 191.19º | 0.8% | 0.67% | - |
| HSV(B) | 191.19º | 0.56% | 0.93% | - |
| XYZ | 44.94 | 56.7 | 89.47 | - |
| YUV | 183.26 | 158.89 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 238 | 0.56 | 0.11 | 0 | 0.07 | 191.19 | 0.8 | 0.67 |
| Hex | 68 | D5 | EE | 38 | B | 0 | 7 | BF | 50 | 43 |
| Octal | 150 | 325 | 356 | 70 | 13 | 0 | 7 | 277 | 120 | 103 |
| Binary | 1101000 | 11010101 | 11101110 | 111000 | 1011 | 0 | 111 | 10111111 | 1010000 | 1000011 |
Color Harmonies of #68D5EE
Complementary color
Monochromatic Colors of #68D5EE
Black with #68D5EE
Text Example
Text Example
White with #68D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5EE; }
p { color: rgb(104,213,238); }
H1.HeaderClassName
{
color: #68D5EE;
}
.AnyTagClassName
{
color: #68D5EE;
}
</style>
background-color css
<style>
a { background-color: #68D5EE; }
a { background-color: rgb(104,213,238); }
div.DivClassName
{
background-color: #68D5EE;
}
.BgClassName
{
background-color: #68D5EE;
}
</style>
border-color css
<style>
span { border-color: #68D5EE; }
span { border-color: rgb(104,213,238); }
td.TdClassName
{
border-color: #68D5EE;
}
.TagClassName
{
border-color: #68D5EE;
}
</style>