Shades of Turquoise #43EDF7
Tints of Turquoise #43EDF7
RGB
CMYK
RGB Variations
Color information
#43EDF7 (or 0x43EDF7) is known color: Turquoise. HEX triplet: 43, ED and F7. RGB value is (67,237,247). Sum of RGB (Red+Green+Blue) = 67+237+247=551 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.16% from 551); Green value is 237 (92.97% from 255 or 43.01% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #43EDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EDF7 is #BC1208. Grayscale: #BBBBBB. Windows color (decimal): -12325385 or 16248131. OLE color: 16248131.
HSL color Cylindrical-coordinate representation of color #43EDF7: hue angle of 183.33º 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 #43EDF7 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 237 | 247 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.03 |
| HSL | 183.33º | 0.92% | 0.62% | - |
| HSV(B) | 183.33º | 0.73% | 0.97% | - |
| XYZ | 49.39 | 68.48 | 98.61 | - |
| YUV | 187.31 | 161.68 | 42.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 237 | 247 | 0.73 | 0.04 | 0 | 0.03 | 183.33 | 0.92 | 0.62 |
| Hex | 43 | ED | F7 | 49 | 4 | 0 | 3 | B7 | 5C | 3E |
| Octal | 103 | 355 | 367 | 111 | 4 | 0 | 3 | 267 | 134 | 76 |
| Binary | 1000011 | 11101101 | 11110111 | 1001001 | 100 | 0 | 11 | 10110111 | 1011100 | 111110 |
Color Harmonies of #43EDF7
Complementary color
Monochromatic Colors of #43EDF7
Black with #43EDF7
Text Example
Text Example
White with #43EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43EDF7; }
p { color: rgb(67,237,247); }
H1.HeaderClassName
{
color: #43EDF7;
}
.AnyTagClassName
{
color: #43EDF7;
}
</style>
background-color css
<style>
a { background-color: #43EDF7; }
a { background-color: rgb(67,237,247); }
div.DivClassName
{
background-color: #43EDF7;
}
.BgClassName
{
background-color: #43EDF7;
}
</style>
border-color css
<style>
span { border-color: #43EDF7; }
span { border-color: rgb(67,237,247); }
td.TdClassName
{
border-color: #43EDF7;
}
.TagClassName
{
border-color: #43EDF7;
}
</style>