Shades of Turquoise #43D9D5
Tints of Turquoise #43D9D5
RGB
CMYK
RGB Variations
Color information
#43D9D5 (or 0x43D9D5) is known color: Turquoise. HEX triplet: 43, D9 and D5. RGB value is (67,217,213). Sum of RGB (Red+Green+Blue) = 67+217+213=497 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.48% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #43D9D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D9D5 is #BC262A. Grayscale: #ABABAB. Windows color (decimal): -12330539 or 14014787. OLE color: 14014787.
HSL color Cylindrical-coordinate representation of color #43D9D5: hue angle of 178.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D9D5 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 213 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.15 |
| HSL | 178.4º | 0.66% | 0.56% | - |
| HSV(B) | 178.4º | 0.69% | 0.85% | - |
| XYZ | 39.14 | 55.62 | 71.62 | - |
| YUV | 171.69 | 151.31 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 213 | 0.69 | 0 | 0.02 | 0.15 | 178.4 | 0.66 | 0.56 |
| Hex | 43 | D9 | D5 | 45 | 0 | 2 | F | B2 | 42 | 38 |
| Octal | 103 | 331 | 325 | 105 | 0 | 2 | 17 | 262 | 102 | 70 |
| Binary | 1000011 | 11011001 | 11010101 | 1000101 | 0 | 10 | 1111 | 10110010 | 1000010 | 111000 |
Color Harmonies of #43D9D5
Complementary color
Monochromatic Colors of #43D9D5
Black with #43D9D5
Text Example
Text Example
White with #43D9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D9D5; }
p { color: rgb(67,217,213); }
H1.HeaderClassName
{
color: #43D9D5;
}
.AnyTagClassName
{
color: #43D9D5;
}
</style>
background-color css
<style>
a { background-color: #43D9D5; }
a { background-color: rgb(67,217,213); }
div.DivClassName
{
background-color: #43D9D5;
}
.BgClassName
{
background-color: #43D9D5;
}
</style>
border-color css
<style>
span { border-color: #43D9D5; }
span { border-color: rgb(67,217,213); }
td.TdClassName
{
border-color: #43D9D5;
}
.TagClassName
{
border-color: #43D9D5;
}
</style>