Shades of Turquoise Blue #67E6DC
Tints of Turquoise Blue #67E6DC
RGB
CMYK
RGB Variations
Color information
#67E6DC (or 0x67E6DC) is known color: Turquoise Blue. HEX triplet: 67, E6 and DC. RGB value is (103,230,220). Sum of RGB (Red+Green+Blue) = 103+230+220=553 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.63% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #67E6DC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E6DC is #981923. Grayscale: #BEBEBE. Windows color (decimal): -9967908 or 14476903. OLE color: 14476903.
HSL color Cylindrical-coordinate representation of color #67E6DC: hue angle of 175.28º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E6DC is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 230 | 220 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.10 |
| HSL | 175.28º | 0.72% | 0.65% | - |
| HSV(B) | 175.28º | 0.55% | 0.9% | - |
| XYZ | 46.81 | 64.64 | 77.72 | - |
| YUV | 190.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 230 | 220 | 0.55 | 0 | 0.04 | 0.10 | 175.28 | 0.72 | 0.65 |
| Hex | 67 | E6 | DC | 37 | 0 | 4 | A | AF | 48 | 41 |
| Octal | 147 | 346 | 334 | 67 | 0 | 4 | 12 | 257 | 110 | 101 |
| Binary | 1100111 | 11100110 | 11011100 | 110111 | 0 | 100 | 1010 | 10101111 | 1001000 | 1000001 |
Color Harmonies of #67E6DC
Complementary color
Monochromatic Colors of #67E6DC
Black with #67E6DC
Text Example
Text Example
White with #67E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E6DC; }
p { color: rgb(103,230,220); }
H1.HeaderClassName
{
color: #67E6DC;
}
.AnyTagClassName
{
color: #67E6DC;
}
</style>
background-color css
<style>
a { background-color: #67E6DC; }
a { background-color: rgb(103,230,220); }
div.DivClassName
{
background-color: #67E6DC;
}
.BgClassName
{
background-color: #67E6DC;
}
</style>
border-color css
<style>
span { border-color: #67E6DC; }
span { border-color: rgb(103,230,220); }
td.TdClassName
{
border-color: #67E6DC;
}
.TagClassName
{
border-color: #67E6DC;
}
</style>