Shades of Turquoise #43ECF7
Tints of Turquoise #43ECF7
RGB
CMYK
RGB Variations
Color information
#43ECF7 (or 0x43ECF7) is known color: Turquoise. HEX triplet: 43, EC and F7. RGB value is (67,236,247). Sum of RGB (Red+Green+Blue) = 67+236+247=550 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.18% from 550); Green value is 236 (92.58% from 255 or 42.91% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #43ECF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43ECF7 is #BC1308. Grayscale: #BABABA. Windows color (decimal): -12325641 or 16247875. OLE color: 16247875.
HSL color Cylindrical-coordinate representation of color #43ECF7: hue angle of 183.67º 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 #43ECF7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 236 | 247 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.03 |
| HSL | 183.67º | 0.92% | 0.62% | - |
| HSV(B) | 183.67º | 0.73% | 0.97% | - |
| XYZ | 49.1 | 67.9 | 98.51 | - |
| YUV | 186.72 | 162.01 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 236 | 247 | 0.73 | 0.04 | 0 | 0.03 | 183.67 | 0.92 | 0.62 |
| Hex | 43 | EC | F7 | 49 | 4 | 0 | 3 | B8 | 5C | 3E |
| Octal | 103 | 354 | 367 | 111 | 4 | 0 | 3 | 270 | 134 | 76 |
| Binary | 1000011 | 11101100 | 11110111 | 1001001 | 100 | 0 | 11 | 10111000 | 1011100 | 111110 |
Color Harmonies of #43ECF7
Complementary color
Monochromatic Colors of #43ECF7
Black with #43ECF7
Text Example
Text Example
White with #43ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ECF7; }
p { color: rgb(67,236,247); }
H1.HeaderClassName
{
color: #43ECF7;
}
.AnyTagClassName
{
color: #43ECF7;
}
</style>
background-color css
<style>
a { background-color: #43ECF7; }
a { background-color: rgb(67,236,247); }
div.DivClassName
{
background-color: #43ECF7;
}
.BgClassName
{
background-color: #43ECF7;
}
</style>
border-color css
<style>
span { border-color: #43ECF7; }
span { border-color: rgb(67,236,247); }
td.TdClassName
{
border-color: #43ECF7;
}
.TagClassName
{
border-color: #43ECF7;
}
</style>