Shades of Turquoise Blue #67E4D8
Tints of Turquoise Blue #67E4D8
RGB
CMYK
RGB Variations
Color information
#67E4D8 (or 0x67E4D8) is known color: Turquoise Blue. HEX triplet: 67, E4 and D8. RGB value is (103,228,216). Sum of RGB (Red+Green+Blue) = 103+228+216=547 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.83% from 547); Green value is 228 (89.45% from 255 or 41.68% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 228 - color contains mainly: green. Hex color #67E4D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67E4D8 is #981B27. Grayscale: #BDBDBD. Windows color (decimal): -9968424 or 14214247. OLE color: 14214247.
HSL color Cylindrical-coordinate representation of color #67E4D8: hue angle of 174.24º 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 #67E4D8 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 103 | 228 | 216 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.11 |
| HSL | 174.24º | 0.7% | 0.65% | - |
| HSV(B) | 174.24º | 0.55% | 0.89% | - |
| XYZ | 45.73 | 63.33 | 74.78 | - |
| YUV | 189.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 228 | 216 | 0.55 | 0 | 0.05 | 0.11 | 174.24 | 0.7 | 0.65 |
| Hex | 67 | E4 | D8 | 37 | 0 | 5 | B | AE | 46 | 41 |
| Octal | 147 | 344 | 330 | 67 | 0 | 5 | 13 | 256 | 106 | 101 |
| Binary | 1100111 | 11100100 | 11011000 | 110111 | 0 | 101 | 1011 | 10101110 | 1000110 | 1000001 |
Color Harmonies of #67E4D8
Complementary color
Monochromatic Colors of #67E4D8
Black with #67E4D8
Text Example
Text Example
White with #67E4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E4D8; }
p { color: rgb(103,228,216); }
H1.HeaderClassName
{
color: #67E4D8;
}
.AnyTagClassName
{
color: #67E4D8;
}
</style>
background-color css
<style>
a { background-color: #67E4D8; }
a { background-color: rgb(103,228,216); }
div.DivClassName
{
background-color: #67E4D8;
}
.BgClassName
{
background-color: #67E4D8;
}
</style>
border-color css
<style>
span { border-color: #67E4D8; }
span { border-color: rgb(103,228,216); }
td.TdClassName
{
border-color: #67E4D8;
}
.TagClassName
{
border-color: #67E4D8;
}
</style>