Shades of Turquoise Blue #68DEE4
Tints of Turquoise Blue #68DEE4
RGB
CMYK
RGB Variations
Color information
#68DEE4 (or 0x68DEE4) is known color: Turquoise Blue. HEX triplet: 68, DE and E4. RGB value is (104,222,228). Sum of RGB (Red+Green+Blue) = 104+222+228=554 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.77% from 554); Green value is 222 (87.11% from 255 or 40.07% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #68DEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DEE4 is #97211B. Grayscale: #BBBBBB. Windows color (decimal): -9904412 or 14999144. OLE color: 14999144.
HSL color Cylindrical-coordinate representation of color #68DEE4: hue angle of 182.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68DEE4 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 222 | 228 | - |
| CMYK | 0.54 | 0.03 | 0 | 0.11 |
| HSL | 182.9º | 0.7% | 0.65% | - |
| HSV(B) | 182.9º | 0.54% | 0.89% | - |
| XYZ | 45.83 | 60.79 | 82.72 | - |
| YUV | 187.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 228 | 0.54 | 0.03 | 0 | 0.11 | 182.9 | 0.7 | 0.65 |
| Hex | 68 | DE | E4 | 36 | 3 | 0 | B | B7 | 46 | 41 |
| Octal | 150 | 336 | 344 | 66 | 3 | 0 | 13 | 267 | 106 | 101 |
| Binary | 1101000 | 11011110 | 11100100 | 110110 | 11 | 0 | 1011 | 10110111 | 1000110 | 1000001 |
Color Harmonies of #68DEE4
Complementary color
Monochromatic Colors of #68DEE4
Black with #68DEE4
Text Example
Text Example
White with #68DEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DEE4; }
p { color: rgb(104,222,228); }
H1.HeaderClassName
{
color: #68DEE4;
}
.AnyTagClassName
{
color: #68DEE4;
}
</style>
background-color css
<style>
a { background-color: #68DEE4; }
a { background-color: rgb(104,222,228); }
div.DivClassName
{
background-color: #68DEE4;
}
.BgClassName
{
background-color: #68DEE4;
}
</style>
border-color css
<style>
span { border-color: #68DEE4; }
span { border-color: rgb(104,222,228); }
td.TdClassName
{
border-color: #68DEE4;
}
.TagClassName
{
border-color: #68DEE4;
}
</style>