Shades of Turquoise Blue #67F3E1
Tints of Turquoise Blue #67F3E1
RGB
CMYK
RGB Variations
Color information
#67F3E1 (or 0x67F3E1) is known color: Turquoise Blue. HEX triplet: 67, F3 and E1. RGB value is (103,243,225). Sum of RGB (Red+Green+Blue) = 103+243+225=571 (75% of max value = 765). Red value is 103 (40.62% from 255 or 18.04% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #67F3E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67F3E1 is #980C1E. Grayscale: #C7C7C7. Windows color (decimal): -9964575 or 14807911. OLE color: 14807911.
HSL color Cylindrical-coordinate representation of color #67F3E1: hue angle of 172.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67F3E1 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 243 | 225 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.05 |
| HSL | 172.29º | 0.85% | 0.68% | - |
| HSV(B) | 172.29º | 0.58% | 0.95% | - |
| XYZ | 51.23 | 72.42 | 82.51 | - |
| YUV | 199.09 | 142.62 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 243 | 225 | 0.58 | 0 | 0.07 | 0.05 | 172.29 | 0.85 | 0.68 |
| Hex | 67 | F3 | E1 | 3A | 0 | 7 | 5 | AC | 55 | 44 |
| Octal | 147 | 363 | 341 | 72 | 0 | 7 | 5 | 254 | 125 | 104 |
| Binary | 1100111 | 11110011 | 11100001 | 111010 | 0 | 111 | 101 | 10101100 | 1010101 | 1000100 |
Color Harmonies of #67F3E1
Complementary color
Monochromatic Colors of #67F3E1
Black with #67F3E1
Text Example
Text Example
White with #67F3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67F3E1; }
p { color: rgb(103,243,225); }
H1.HeaderClassName
{
color: #67F3E1;
}
.AnyTagClassName
{
color: #67F3E1;
}
</style>
background-color css
<style>
a { background-color: #67F3E1; }
a { background-color: rgb(103,243,225); }
div.DivClassName
{
background-color: #67F3E1;
}
.BgClassName
{
background-color: #67F3E1;
}
</style>
border-color css
<style>
span { border-color: #67F3E1; }
span { border-color: rgb(103,243,225); }
td.TdClassName
{
border-color: #67F3E1;
}
.TagClassName
{
border-color: #67F3E1;
}
</style>