Shades of Turquoise Blue #67E6E5
Tints of Turquoise Blue #67E6E5
RGB
CMYK
RGB Variations
Color information
#67E6E5 (or 0x67E6E5) is known color: Turquoise Blue. HEX triplet: 67, E6 and E5. RGB value is (103,230,229). Sum of RGB (Red+Green+Blue) = 103+230+229=562 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.33% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #67E6E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67E6E5 is #98191A. Grayscale: #BFBFBF. Windows color (decimal): -9967899 or 15066727. OLE color: 15066727.
HSL color Cylindrical-coordinate representation of color #67E6E5: hue angle of 179.53º 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 #67E6E5 is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 103 | 230 | 229 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.10 |
| HSL | 179.53º | 0.72% | 0.65% | - |
| HSV(B) | 179.53º | 0.55% | 0.9% | - |
| XYZ | 48.03 | 65.13 | 84.17 | - |
| YUV | 191.91 | 148.92 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 230 | 229 | 0.55 | 0 | 0.00 | 0.10 | 179.53 | 0.72 | 0.65 |
| Hex | 67 | E6 | E5 | 37 | 0 | 0 | A | B4 | 48 | 41 |
| Octal | 147 | 346 | 345 | 67 | 0 | 0 | 12 | 264 | 110 | 101 |
| Binary | 1100111 | 11100110 | 11100101 | 110111 | 0 | 0 | 1010 | 10110100 | 1001000 | 1000001 |
Color Harmonies of #67E6E5
Complementary color
Monochromatic Colors of #67E6E5
Black with #67E6E5
Text Example
Text Example
White with #67E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E6E5; }
p { color: rgb(103,230,229); }
H1.HeaderClassName
{
color: #67E6E5;
}
.AnyTagClassName
{
color: #67E6E5;
}
</style>
background-color css
<style>
a { background-color: #67E6E5; }
a { background-color: rgb(103,230,229); }
div.DivClassName
{
background-color: #67E6E5;
}
.BgClassName
{
background-color: #67E6E5;
}
</style>
border-color css
<style>
span { border-color: #67E6E5; }
span { border-color: rgb(103,230,229); }
td.TdClassName
{
border-color: #67E6E5;
}
.TagClassName
{
border-color: #67E6E5;
}
</style>