Shades of Turquoise #43F7E5
Tints of Turquoise #43F7E5
RGB
CMYK
RGB Variations
Color information
#43F7E5 (or 0x43F7E5) is known color: Turquoise. HEX triplet: 43, F7 and E5. RGB value is (67,247,229). Sum of RGB (Red+Green+Blue) = 67+247+229=543 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.34% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #43F7E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F7E5 is #BC081A. Grayscale: #BFBFBF. Windows color (decimal): -12322843 or 15071043. OLE color: 15071043.
HSL color Cylindrical-coordinate representation of color #43F7E5: hue angle of 174º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F7E5 is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 247 | 229 | - |
| CMYK | 0.73 | 0 | 0.07 | 0.03 |
| HSL | 174º | 0.92% | 0.62% | - |
| HSV(B) | 174º | 0.73% | 0.97% | - |
| XYZ | 49.72 | 73.37 | 85.67 | - |
| YUV | 191.13 | 149.37 | 39.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 247 | 229 | 0.73 | 0 | 0.07 | 0.03 | 174 | 0.92 | 0.62 |
| Hex | 43 | F7 | E5 | 49 | 0 | 7 | 3 | AE | 5C | 3E |
| Octal | 103 | 367 | 345 | 111 | 0 | 7 | 3 | 256 | 134 | 76 |
| Binary | 1000011 | 11110111 | 11100101 | 1001001 | 0 | 111 | 11 | 10101110 | 1011100 | 111110 |
Color Harmonies of #43F7E5
Complementary color
Monochromatic Colors of #43F7E5
Black with #43F7E5
Text Example
Text Example
White with #43F7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F7E5; }
p { color: rgb(67,247,229); }
H1.HeaderClassName
{
color: #43F7E5;
}
.AnyTagClassName
{
color: #43F7E5;
}
</style>
background-color css
<style>
a { background-color: #43F7E5; }
a { background-color: rgb(67,247,229); }
div.DivClassName
{
background-color: #43F7E5;
}
.BgClassName
{
background-color: #43F7E5;
}
</style>
border-color css
<style>
span { border-color: #43F7E5; }
span { border-color: rgb(67,247,229); }
td.TdClassName
{
border-color: #43F7E5;
}
.TagClassName
{
border-color: #43F7E5;
}
</style>