Shades of Turquoise Blue #67E4DB
Tints of Turquoise Blue #67E4DB
RGB
CMYK
RGB Variations
Color information
#67E4DB (or 0x67E4DB) is known color: Turquoise Blue. HEX triplet: 67, E4 and DB. RGB value is (103,228,219). Sum of RGB (Red+Green+Blue) = 103+228+219=550 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.73% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #67E4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E4DB is #981B24. Grayscale: #BDBDBD. Windows color (decimal): -9968421 or 14410855. OLE color: 14410855.
HSL color Cylindrical-coordinate representation of color #67E4DB: hue angle of 175.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E4DB is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 228 | 219 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.11 |
| HSL | 175.68º | 0.7% | 0.65% | - |
| HSV(B) | 175.68º | 0.55% | 0.89% | - |
| XYZ | 46.12 | 63.48 | 76.84 | - |
| YUV | 189.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 228 | 219 | 0.55 | 0 | 0.04 | 0.11 | 175.68 | 0.7 | 0.65 |
| Hex | 67 | E4 | DB | 37 | 0 | 4 | B | B0 | 46 | 41 |
| Octal | 147 | 344 | 333 | 67 | 0 | 4 | 13 | 260 | 106 | 101 |
| Binary | 1100111 | 11100100 | 11011011 | 110111 | 0 | 100 | 1011 | 10110000 | 1000110 | 1000001 |
Color Harmonies of #67E4DB
Complementary color
Monochromatic Colors of #67E4DB
Black with #67E4DB
Text Example
Text Example
White with #67E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E4DB; }
p { color: rgb(103,228,219); }
H1.HeaderClassName
{
color: #67E4DB;
}
.AnyTagClassName
{
color: #67E4DB;
}
</style>
background-color css
<style>
a { background-color: #67E4DB; }
a { background-color: rgb(103,228,219); }
div.DivClassName
{
background-color: #67E4DB;
}
.BgClassName
{
background-color: #67E4DB;
}
</style>
border-color css
<style>
span { border-color: #67E4DB; }
span { border-color: rgb(103,228,219); }
td.TdClassName
{
border-color: #67E4DB;
}
.TagClassName
{
border-color: #67E4DB;
}
</style>