Shades of Turquoise #43E2F7
Tints of Turquoise #43E2F7
RGB
CMYK
RGB Variations
Color information
#43E2F7 (or 0x43E2F7) is known color: Turquoise. HEX triplet: 43, E2 and F7. RGB value is (67,226,247). Sum of RGB (Red+Green+Blue) = 67+226+247=540 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.41% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #43E2F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43E2F7 is #BC1D08. Grayscale: #B4B4B4. Windows color (decimal): -12328201 or 16245315. OLE color: 16245315.
HSL color Cylindrical-coordinate representation of color #43E2F7: hue angle of 187º 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 #43E2F7 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 226 | 247 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.03 |
| HSL | 187º | 0.92% | 0.62% | - |
| HSV(B) | 187º | 0.73% | 0.97% | - |
| XYZ | 46.3 | 62.3 | 97.58 | - |
| YUV | 180.85 | 165.32 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 226 | 247 | 0.73 | 0.09 | 0 | 0.03 | 187 | 0.92 | 0.62 |
| Hex | 43 | E2 | F7 | 49 | 9 | 0 | 3 | BB | 5C | 3E |
| Octal | 103 | 342 | 367 | 111 | 11 | 0 | 3 | 273 | 134 | 76 |
| Binary | 1000011 | 11100010 | 11110111 | 1001001 | 1001 | 0 | 11 | 10111011 | 1011100 | 111110 |
Color Harmonies of #43E2F7
Complementary color
Monochromatic Colors of #43E2F7
Black with #43E2F7
Text Example
Text Example
White with #43E2F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E2F7; }
p { color: rgb(67,226,247); }
H1.HeaderClassName
{
color: #43E2F7;
}
.AnyTagClassName
{
color: #43E2F7;
}
</style>
background-color css
<style>
a { background-color: #43E2F7; }
a { background-color: rgb(67,226,247); }
div.DivClassName
{
background-color: #43E2F7;
}
.BgClassName
{
background-color: #43E2F7;
}
</style>
border-color css
<style>
span { border-color: #43E2F7; }
span { border-color: rgb(67,226,247); }
td.TdClassName
{
border-color: #43E2F7;
}
.TagClassName
{
border-color: #43E2F7;
}
</style>