Shades of Turquoise Blue #67ECD9
Tints of Turquoise Blue #67ECD9
RGB
CMYK
RGB Variations
Color information
#67ECD9 (or 0x67ECD9) is known color: Turquoise Blue. HEX triplet: 67, EC and D9. RGB value is (103,236,217). Sum of RGB (Red+Green+Blue) = 103+236+217=556 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.53% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #67ECD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67ECD9 is #981326. Grayscale: #C2C2C2. Windows color (decimal): -9966375 or 14281831. OLE color: 14281831.
HSL color Cylindrical-coordinate representation of color #67ECD9: hue angle of 171.43º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67ECD9 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 103 | 236 | 217 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.07 |
| HSL | 171.43º | 0.78% | 0.66% | - |
| HSV(B) | 171.43º | 0.56% | 0.93% | - |
| XYZ | 48.11 | 67.88 | 76.21 | - |
| YUV | 194.07 | 140.94 | 63.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 236 | 217 | 0.56 | 0 | 0.08 | 0.07 | 171.43 | 0.78 | 0.66 |
| Hex | 67 | EC | D9 | 38 | 0 | 8 | 7 | AB | 4E | 42 |
| Octal | 147 | 354 | 331 | 70 | 0 | 10 | 7 | 253 | 116 | 102 |
| Binary | 1100111 | 11101100 | 11011001 | 111000 | 0 | 1000 | 111 | 10101011 | 1001110 | 1000010 |
Color Harmonies of #67ECD9
Complementary color
Monochromatic Colors of #67ECD9
Black with #67ECD9
Text Example
Text Example
White with #67ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ECD9; }
p { color: rgb(103,236,217); }
H1.HeaderClassName
{
color: #67ECD9;
}
.AnyTagClassName
{
color: #67ECD9;
}
</style>
background-color css
<style>
a { background-color: #67ECD9; }
a { background-color: rgb(103,236,217); }
div.DivClassName
{
background-color: #67ECD9;
}
.BgClassName
{
background-color: #67ECD9;
}
</style>
border-color css
<style>
span { border-color: #67ECD9; }
span { border-color: rgb(103,236,217); }
td.TdClassName
{
border-color: #67ECD9;
}
.TagClassName
{
border-color: #67ECD9;
}
</style>