Shades of Turquoise Blue #68D4EE
Tints of Turquoise Blue #68D4EE
RGB
CMYK
RGB Variations
Color information
#68D4EE (or 0x68D4EE) is known color: Turquoise Blue. HEX triplet: 68, D4 and EE. RGB value is (104,212,238). Sum of RGB (Red+Green+Blue) = 104+212+238=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #68D4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68D4EE is #972B11. Grayscale: #B6B6B6. Windows color (decimal): -9906962 or 15651944. OLE color: 15651944.
HSL color Cylindrical-coordinate representation of color #68D4EE: hue angle of 191.64º 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 #68D4EE is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 212 | 238 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.07 |
| HSL | 191.64º | 0.8% | 0.67% | - |
| HSV(B) | 191.64º | 0.56% | 0.93% | - |
| XYZ | 44.69 | 56.2 | 89.38 | - |
| YUV | 182.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 238 | 0.56 | 0.11 | 0 | 0.07 | 191.64 | 0.8 | 0.67 |
| Hex | 68 | D4 | EE | 38 | B | 0 | 7 | C0 | 50 | 43 |
| Octal | 150 | 324 | 356 | 70 | 13 | 0 | 7 | 300 | 120 | 103 |
| Binary | 1101000 | 11010100 | 11101110 | 111000 | 1011 | 0 | 111 | 11000000 | 1010000 | 1000011 |
Color Harmonies of #68D4EE
Complementary color
Monochromatic Colors of #68D4EE
Black with #68D4EE
Text Example
Text Example
White with #68D4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D4EE; }
p { color: rgb(104,212,238); }
H1.HeaderClassName
{
color: #68D4EE;
}
.AnyTagClassName
{
color: #68D4EE;
}
</style>
background-color css
<style>
a { background-color: #68D4EE; }
a { background-color: rgb(104,212,238); }
div.DivClassName
{
background-color: #68D4EE;
}
.BgClassName
{
background-color: #68D4EE;
}
</style>
border-color css
<style>
span { border-color: #68D4EE; }
span { border-color: rgb(104,212,238); }
td.TdClassName
{
border-color: #68D4EE;
}
.TagClassName
{
border-color: #68D4EE;
}
</style>