Shades of Turquoise #43F8D0
Tints of Turquoise #43F8D0
RGB
CMYK
RGB Variations
Color information
#43F8D0 (or 0x43F8D0) is known color: Turquoise. HEX triplet: 43, F8 and D0. RGB value is (67,248,208). Sum of RGB (Red+Green+Blue) = 67+248+208=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8D0 is #BC072F. Grayscale: #BDBDBD. Windows color (decimal): -12322608 or 13695043. OLE color: 13695043.
HSL color Cylindrical-coordinate representation of color #43F8D0: hue angle of 166.74º 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 #43F8D0 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 67 | 248 | 208 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.03 |
| HSL | 166.74º | 0.93% | 0.62% | - |
| HSV(B) | 166.74º | 0.73% | 0.97% | - |
| XYZ | 47.27 | 72.88 | 71.25 | - |
| YUV | 189.32 | 138.53 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 248 | 208 | 0.73 | 0 | 0.16 | 0.03 | 166.74 | 0.93 | 0.62 |
| Hex | 43 | F8 | D0 | 49 | 0 | 10 | 3 | A7 | 5D | 3E |
| Octal | 103 | 370 | 320 | 111 | 0 | 20 | 3 | 247 | 135 | 76 |
| Binary | 1000011 | 11111000 | 11010000 | 1001001 | 0 | 10000 | 11 | 10100111 | 1011101 | 111110 |
Color Harmonies of #43F8D0
Complementary color
Monochromatic Colors of #43F8D0
Black with #43F8D0
Text Example
Text Example
White with #43F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43F8D0; }
p { color: rgb(67,248,208); }
H1.HeaderClassName
{
color: #43F8D0;
}
.AnyTagClassName
{
color: #43F8D0;
}
</style>
background-color css
<style>
a { background-color: #43F8D0; }
a { background-color: rgb(67,248,208); }
div.DivClassName
{
background-color: #43F8D0;
}
.BgClassName
{
background-color: #43F8D0;
}
</style>
border-color css
<style>
span { border-color: #43F8D0; }
span { border-color: rgb(67,248,208); }
td.TdClassName
{
border-color: #43F8D0;
}
.TagClassName
{
border-color: #43F8D0;
}
</style>