Shades of Turquoise #43E1DF
Tints of Turquoise #43E1DF
RGB
CMYK
RGB Variations
Color information
#43E1DF (or 0x43E1DF) is known color: Turquoise. HEX triplet: 43, E1 and DF. RGB value is (67,225,223). Sum of RGB (Red+Green+Blue) = 67+225+223=515 (68% of max value = 765). Red value is 67 (26.56% from 255 or 13.01% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #43E1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43E1DF is #BC1E20. Grayscale: #B1B1B1. Windows color (decimal): -12328481 or 14672195. OLE color: 14672195.
HSL color Cylindrical-coordinate representation of color #43E1DF: hue angle of 179.24º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E1DF is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 225 | 223 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.12 |
| HSL | 179.24º | 0.72% | 0.57% | - |
| HSV(B) | 179.24º | 0.7% | 0.88% | - |
| XYZ | 42.56 | 60.37 | 79.22 | - |
| YUV | 177.53 | 153.65 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 225 | 223 | 0.70 | 0 | 0.01 | 0.12 | 179.24 | 0.72 | 0.57 |
| Hex | 43 | E1 | DF | 46 | 0 | 1 | C | B3 | 48 | 39 |
| Octal | 103 | 341 | 337 | 106 | 0 | 1 | 14 | 263 | 110 | 71 |
| Binary | 1000011 | 11100001 | 11011111 | 1000110 | 0 | 1 | 1100 | 10110011 | 1001000 | 111001 |
Color Harmonies of #43E1DF
Complementary color
Monochromatic Colors of #43E1DF
Black with #43E1DF
Text Example
Text Example
White with #43E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E1DF; }
p { color: rgb(67,225,223); }
H1.HeaderClassName
{
color: #43E1DF;
}
.AnyTagClassName
{
color: #43E1DF;
}
</style>
background-color css
<style>
a { background-color: #43E1DF; }
a { background-color: rgb(67,225,223); }
div.DivClassName
{
background-color: #43E1DF;
}
.BgClassName
{
background-color: #43E1DF;
}
</style>
border-color css
<style>
span { border-color: #43E1DF; }
span { border-color: rgb(67,225,223); }
td.TdClassName
{
border-color: #43E1DF;
}
.TagClassName
{
border-color: #43E1DF;
}
</style>