Shades of Turquoise #43F8D1
Tints of Turquoise #43F8D1
RGB
CMYK
RGB Variations
Color information
#43F8D1 (or 0x43F8D1) is known color: Turquoise. HEX triplet: 43, F8 and D1. RGB value is (67,248,209). Sum of RGB (Red+Green+Blue) = 67+248+209=524 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.79% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8D1 is #BC072E. Grayscale: #BDBDBD. Windows color (decimal): -12322607 or 13760579. OLE color: 13760579.
HSL color Cylindrical-coordinate representation of color #43F8D1: hue angle of 167.07º 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 #43F8D1 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 209 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.03 |
| HSL | 167.07º | 0.93% | 0.62% | - |
| HSV(B) | 167.07º | 0.73% | 0.97% | - |
| XYZ | 47.39 | 72.93 | 71.9 | - |
| YUV | 189.44 | 139.03 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 209 | 0.73 | 0 | 0.16 | 0.03 | 167.07 | 0.93 | 0.62 |
| Hex | 43 | F8 | D1 | 49 | 0 | 10 | 3 | A7 | 5D | 3E |
| Octal | 103 | 370 | 321 | 111 | 0 | 20 | 3 | 247 | 135 | 76 |
| Binary | 1000011 | 11111000 | 11010001 | 1001001 | 0 | 10000 | 11 | 10100111 | 1011101 | 111110 |
Color Harmonies of #43F8D1
Complementary color
Monochromatic Colors of #43F8D1
Black with #43F8D1
Text Example
Text Example
White with #43F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8D1; }
p { color: rgb(67,248,209); }
H1.HeaderClassName
{
color: #43F8D1;
}
.AnyTagClassName
{
color: #43F8D1;
}
</style>
background-color css
<style>
a { background-color: #43F8D1; }
a { background-color: rgb(67,248,209); }
div.DivClassName
{
background-color: #43F8D1;
}
.BgClassName
{
background-color: #43F8D1;
}
</style>
border-color css
<style>
span { border-color: #43F8D1; }
span { border-color: rgb(67,248,209); }
td.TdClassName
{
border-color: #43F8D1;
}
.TagClassName
{
border-color: #43F8D1;
}
</style>