Shades of Turquoise Blue #67E7E5
Tints of Turquoise Blue #67E7E5
RGB
CMYK
RGB Variations
Color information
#67E7E5 (or 0x67E7E5) is known color: Turquoise Blue. HEX triplet: 67, E7 and E5. RGB value is (103,231,229). Sum of RGB (Red+Green+Blue) = 103+231+229=563 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.29% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 229 (89.84% from 255 or 40.67% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #67E7E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E7E5 is #98181A. Grayscale: #C0C0C0. Windows color (decimal): -9967643 or 15066983. OLE color: 15066983.
HSL color Cylindrical-coordinate representation of color #67E7E5: hue angle of 179.06º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #67E7E5 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 103 | 231 | 229 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.09 |
| HSL | 179.06º | 0.73% | 0.65% | - |
| HSV(B) | 179.06º | 0.55% | 0.91% | - |
| XYZ | 48.31 | 65.69 | 84.26 | - |
| YUV | 192.5 | 148.59 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 231 | 229 | 0.55 | 0 | 0.01 | 0.09 | 179.06 | 0.73 | 0.65 |
| Hex | 67 | E7 | E5 | 37 | 0 | 1 | 9 | B3 | 49 | 41 |
| Octal | 147 | 347 | 345 | 67 | 0 | 1 | 11 | 263 | 111 | 101 |
| Binary | 1100111 | 11100111 | 11100101 | 110111 | 0 | 1 | 1001 | 10110011 | 1001001 | 1000001 |
Color Harmonies of #67E7E5
Complementary color
Monochromatic Colors of #67E7E5
Black with #67E7E5
Text Example
Text Example
White with #67E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E7E5; }
p { color: rgb(103,231,229); }
H1.HeaderClassName
{
color: #67E7E5;
}
.AnyTagClassName
{
color: #67E7E5;
}
</style>
background-color css
<style>
a { background-color: #67E7E5; }
a { background-color: rgb(103,231,229); }
div.DivClassName
{
background-color: #67E7E5;
}
.BgClassName
{
background-color: #67E7E5;
}
</style>
border-color css
<style>
span { border-color: #67E7E5; }
span { border-color: rgb(103,231,229); }
td.TdClassName
{
border-color: #67E7E5;
}
.TagClassName
{
border-color: #67E7E5;
}
</style>