Shades of Turquoise #43E7DF
Tints of Turquoise #43E7DF
RGB
CMYK
RGB Variations
Color information
#43E7DF (or 0x43E7DF) is known color: Turquoise. HEX triplet: 43, E7 and DF. RGB value is (67,231,223). Sum of RGB (Red+Green+Blue) = 67+231+223=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #43E7DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43E7DF is #BC1820. Grayscale: #B4B4B4. Windows color (decimal): -12326945 or 14673731. OLE color: 14673731.
HSL color Cylindrical-coordinate representation of color #43E7DF: hue angle of 177.07º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43E7DF is Cyan = 0.71, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 231 | 223 | - |
| CMYK | 0.71 | 0 | 0.03 | 0.09 |
| HSL | 177.07º | 0.77% | 0.58% | - |
| HSV(B) | 177.07º | 0.71% | 0.91% | - |
| XYZ | 44.21 | 63.67 | 79.77 | - |
| YUV | 181.05 | 151.67 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 231 | 223 | 0.71 | 0 | 0.03 | 0.09 | 177.07 | 0.77 | 0.58 |
| Hex | 43 | E7 | DF | 47 | 0 | 3 | 9 | B1 | 4D | 3A |
| Octal | 103 | 347 | 337 | 107 | 0 | 3 | 11 | 261 | 115 | 72 |
| Binary | 1000011 | 11100111 | 11011111 | 1000111 | 0 | 11 | 1001 | 10110001 | 1001101 | 111010 |
Color Harmonies of #43E7DF
Complementary color
Monochromatic Colors of #43E7DF
Black with #43E7DF
Text Example
Text Example
White with #43E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E7DF; }
p { color: rgb(67,231,223); }
H1.HeaderClassName
{
color: #43E7DF;
}
.AnyTagClassName
{
color: #43E7DF;
}
</style>
background-color css
<style>
a { background-color: #43E7DF; }
a { background-color: rgb(67,231,223); }
div.DivClassName
{
background-color: #43E7DF;
}
.BgClassName
{
background-color: #43E7DF;
}
</style>
border-color css
<style>
span { border-color: #43E7DF; }
span { border-color: rgb(67,231,223); }
td.TdClassName
{
border-color: #43E7DF;
}
.TagClassName
{
border-color: #43E7DF;
}
</style>