Shades of Turquoise Blue #67E3D9
Tints of Turquoise Blue #67E3D9
RGB
CMYK
RGB Variations
Color information
#67E3D9 (or 0x67E3D9) is known color: Turquoise Blue. HEX triplet: 67, E3 and D9. RGB value is (103,227,217). Sum of RGB (Red+Green+Blue) = 103+227+217=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #67E3D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E3D9 is #981C26. Grayscale: #BCBCBC. Windows color (decimal): -9968679 or 14279527. OLE color: 14279527.
HSL color Cylindrical-coordinate representation of color #67E3D9: hue angle of 175.16º degrees, saturation: 0.69, 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 #67E3D9 is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 227 | 217 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.11 |
| HSL | 175.16º | 0.69% | 0.65% | - |
| HSV(B) | 175.16º | 0.55% | 0.89% | - |
| XYZ | 45.59 | 62.83 | 75.37 | - |
| YUV | 188.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 227 | 217 | 0.55 | 0 | 0.04 | 0.11 | 175.16 | 0.69 | 0.65 |
| Hex | 67 | E3 | D9 | 37 | 0 | 4 | B | AF | 45 | 41 |
| Octal | 147 | 343 | 331 | 67 | 0 | 4 | 13 | 257 | 105 | 101 |
| Binary | 1100111 | 11100011 | 11011001 | 110111 | 0 | 100 | 1011 | 10101111 | 1000101 | 1000001 |
Color Harmonies of #67E3D9
Complementary color
Monochromatic Colors of #67E3D9
Black with #67E3D9
Text Example
Text Example
White with #67E3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E3D9; }
p { color: rgb(103,227,217); }
H1.HeaderClassName
{
color: #67E3D9;
}
.AnyTagClassName
{
color: #67E3D9;
}
</style>
background-color css
<style>
a { background-color: #67E3D9; }
a { background-color: rgb(103,227,217); }
div.DivClassName
{
background-color: #67E3D9;
}
.BgClassName
{
background-color: #67E3D9;
}
</style>
border-color css
<style>
span { border-color: #67E3D9; }
span { border-color: rgb(103,227,217); }
td.TdClassName
{
border-color: #67E3D9;
}
.TagClassName
{
border-color: #67E3D9;
}
</style>