Shades of Turquoise Blue #67F2E0
Tints of Turquoise Blue #67F2E0
RGB
CMYK
RGB Variations
Color information
#67F2E0 (or 0x67F2E0) is known color: Turquoise Blue. HEX triplet: 67, F2 and E0. RGB value is (103,242,224). Sum of RGB (Red+Green+Blue) = 103+242+224=569 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.10% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #67F2E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F2E0 is #980D1F. Grayscale: #C6C6C6. Windows color (decimal): -9964832 or 14742119. OLE color: 14742119.
HSL color Cylindrical-coordinate representation of color #67F2E0: hue angle of 172.23º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67F2E0 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 242 | 224 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.05 |
| HSL | 172.23º | 0.84% | 0.68% | - |
| HSV(B) | 172.23º | 0.57% | 0.95% | - |
| XYZ | 50.8 | 71.77 | 81.7 | - |
| YUV | 198.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 242 | 224 | 0.57 | 0 | 0.07 | 0.05 | 172.23 | 0.84 | 0.68 |
| Hex | 67 | F2 | E0 | 39 | 0 | 7 | 5 | AC | 54 | 44 |
| Octal | 147 | 362 | 340 | 71 | 0 | 7 | 5 | 254 | 124 | 104 |
| Binary | 1100111 | 11110010 | 11100000 | 111001 | 0 | 111 | 101 | 10101100 | 1010100 | 1000100 |
Color Harmonies of #67F2E0
Complementary color
Monochromatic Colors of #67F2E0
Black with #67F2E0
Text Example
Text Example
White with #67F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F2E0; }
p { color: rgb(103,242,224); }
H1.HeaderClassName
{
color: #67F2E0;
}
.AnyTagClassName
{
color: #67F2E0;
}
</style>
background-color css
<style>
a { background-color: #67F2E0; }
a { background-color: rgb(103,242,224); }
div.DivClassName
{
background-color: #67F2E0;
}
.BgClassName
{
background-color: #67F2E0;
}
</style>
border-color css
<style>
span { border-color: #67F2E0; }
span { border-color: rgb(103,242,224); }
td.TdClassName
{
border-color: #67F2E0;
}
.TagClassName
{
border-color: #67F2E0;
}
</style>