Shades of Turquoise #43E7F9
Tints of Turquoise #43E7F9
RGB
CMYK
RGB Variations
Color information
#43E7F9 (or 0x43E7F9) is known color: Turquoise. HEX triplet: 43, E7 and F9. RGB value is (67,231,249). Sum of RGB (Red+Green+Blue) = 67+231+249=547 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.25% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #43E7F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43E7F9 is #BC1806. Grayscale: #B7B7B7. Windows color (decimal): -12326919 or 16377667. OLE color: 16377667.
HSL color Cylindrical-coordinate representation of color #43E7F9: hue angle of 185.93º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43E7F9 is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 231 | 249 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.02 |
| HSL | 185.93º | 0.94% | 0.62% | - |
| HSV(B) | 185.93º | 0.73% | 0.98% | - |
| XYZ | 47.99 | 65.18 | 99.68 | - |
| YUV | 184.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 231 | 249 | 0.73 | 0.07 | 0 | 0.02 | 185.93 | 0.94 | 0.62 |
| Hex | 43 | E7 | F9 | 49 | 7 | 0 | 2 | BA | 5E | 3E |
| Octal | 103 | 347 | 371 | 111 | 7 | 0 | 2 | 272 | 136 | 76 |
| Binary | 1000011 | 11100111 | 11111001 | 1001001 | 111 | 0 | 10 | 10111010 | 1011110 | 111110 |
Color Harmonies of #43E7F9
Complementary color
Monochromatic Colors of #43E7F9
Black with #43E7F9
Text Example
Text Example
White with #43E7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E7F9; }
p { color: rgb(67,231,249); }
H1.HeaderClassName
{
color: #43E7F9;
}
.AnyTagClassName
{
color: #43E7F9;
}
</style>
background-color css
<style>
a { background-color: #43E7F9; }
a { background-color: rgb(67,231,249); }
div.DivClassName
{
background-color: #43E7F9;
}
.BgClassName
{
background-color: #43E7F9;
}
</style>
border-color css
<style>
span { border-color: #43E7F9; }
span { border-color: rgb(67,231,249); }
td.TdClassName
{
border-color: #43E7F9;
}
.TagClassName
{
border-color: #43E7F9;
}
</style>