Shades of Turquoise #43F8D5
Tints of Turquoise #43F8D5
RGB
CMYK
RGB Variations
Color information
#43F8D5 (or 0x43F8D5) is known color: Turquoise. HEX triplet: 43, F8 and D5. RGB value is (67,248,213). Sum of RGB (Red+Green+Blue) = 67+248+213=528 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.69% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8D5 is #BC072A. Grayscale: #BDBDBD. Windows color (decimal): -12322603 or 14022723. OLE color: 14022723.
HSL color Cylindrical-coordinate representation of color #43F8D5: hue angle of 168.4º degrees, saturation: 0.93, 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 #43F8D5 is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 213 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.03 |
| HSL | 168.4º | 0.93% | 0.62% | - |
| HSV(B) | 168.4º | 0.73% | 0.97% | - |
| XYZ | 47.89 | 73.13 | 74.54 | - |
| YUV | 189.89 | 141.03 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 213 | 0.73 | 0 | 0.14 | 0.03 | 168.4 | 0.93 | 0.62 |
| Hex | 43 | F8 | D5 | 49 | 0 | E | 3 | A8 | 5D | 3E |
| Octal | 103 | 370 | 325 | 111 | 0 | 16 | 3 | 250 | 135 | 76 |
| Binary | 1000011 | 11111000 | 11010101 | 1001001 | 0 | 1110 | 11 | 10101000 | 1011101 | 111110 |
Color Harmonies of #43F8D5
Complementary color
Monochromatic Colors of #43F8D5
Black with #43F8D5
Text Example
Text Example
White with #43F8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8D5; }
p { color: rgb(67,248,213); }
H1.HeaderClassName
{
color: #43F8D5;
}
.AnyTagClassName
{
color: #43F8D5;
}
</style>
background-color css
<style>
a { background-color: #43F8D5; }
a { background-color: rgb(67,248,213); }
div.DivClassName
{
background-color: #43F8D5;
}
.BgClassName
{
background-color: #43F8D5;
}
</style>
border-color css
<style>
span { border-color: #43F8D5; }
span { border-color: rgb(67,248,213); }
td.TdClassName
{
border-color: #43F8D5;
}
.TagClassName
{
border-color: #43F8D5;
}
</style>