Shades of Turquoise Blue #67E9DC
Tints of Turquoise Blue #67E9DC
RGB
CMYK
RGB Variations
Color information
#67E9DC (or 0x67E9DC) is known color: Turquoise Blue. HEX triplet: 67, E9 and DC. RGB value is (103,233,220). Sum of RGB (Red+Green+Blue) = 103+233+220=556 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.53% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #67E9DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E9DC is #981623. Grayscale: #C0C0C0. Windows color (decimal): -9967140 or 14477671. OLE color: 14477671.
HSL color Cylindrical-coordinate representation of color #67E9DC: hue angle of 174º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67E9DC is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 233 | 220 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.09 |
| HSL | 174º | 0.75% | 0.66% | - |
| HSV(B) | 174º | 0.56% | 0.91% | - |
| XYZ | 47.65 | 66.33 | 78 | - |
| YUV | 192.65 | 143.43 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 233 | 220 | 0.56 | 0 | 0.06 | 0.09 | 174 | 0.75 | 0.66 |
| Hex | 67 | E9 | DC | 38 | 0 | 6 | 9 | AE | 4B | 42 |
| Octal | 147 | 351 | 334 | 70 | 0 | 6 | 11 | 256 | 113 | 102 |
| Binary | 1100111 | 11101001 | 11011100 | 111000 | 0 | 110 | 1001 | 10101110 | 1001011 | 1000010 |
Color Harmonies of #67E9DC
Complementary color
Monochromatic Colors of #67E9DC
Black with #67E9DC
Text Example
Text Example
White with #67E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E9DC; }
p { color: rgb(103,233,220); }
H1.HeaderClassName
{
color: #67E9DC;
}
.AnyTagClassName
{
color: #67E9DC;
}
</style>
background-color css
<style>
a { background-color: #67E9DC; }
a { background-color: rgb(103,233,220); }
div.DivClassName
{
background-color: #67E9DC;
}
.BgClassName
{
background-color: #67E9DC;
}
</style>
border-color css
<style>
span { border-color: #67E9DC; }
span { border-color: rgb(103,233,220); }
td.TdClassName
{
border-color: #67E9DC;
}
.TagClassName
{
border-color: #67E9DC;
}
</style>